Click or drag to resize
Task Scheduler Managed Class Library

TaskRunTimesDialogInitialize Method

Initializes the dialog with the specified task.

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

Parameters

task
Type: Microsoft.Win32.TaskSchedulerTask
The task.
startDate
Type: SystemNullableDateTime
The start date.
endDate
Type: SystemNullableDateTime
The end date.
See Also