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

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