TaskRunTimesControlInitialize Method

Initializes an instance of the TaskRunTimesDialog class.

Definition

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

Parameters

task  Task  (Optional)
The task to display.
startDate  NullableDateTime  (Optional)
The date to begin looking for run times.
endDate  NullableDateTime  (Optional)
The date to end looking for run times.

See Also