Click or drag to resize
Task Scheduler Managed Class Library

TaskRunTimesControlInitialize Method

Initializes an instance of the TaskRunTimesDialog class.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
public void Initialize(
	Task task = null,
	DateTime? startDate = null,
	DateTime? endDate = null
)
Request Example View Source

Parameters

task (Optional)
Type: Microsoft.Win32.TaskSchedulerTask
The task to display.
startDate (Optional)
Type: SystemNullableDateTime
The date to begin looking for run times.
endDate (Optional)
Type: SystemNullableDateTime
The date to end looking for run times.
See Also