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.12.1
Syntax
C#
protected void Initialize(
	Task task,
	DateTime? startDate,
	DateTime? endDate
)
Request Example View Source

Parameters

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