TaskRunTimesDialogInitialize Method

Initializes the dialog with the specified task.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
protected void Initialize(
	Task task,
	DateTime? startDate,
	DateTime? endDate
)

Parameters

task  Task
The task.
startDate  NullableDateTime
The start date.
endDate  NullableDateTime
The end date.

See Also