Click or drag to resize
Task Scheduler Managed Class Library

TaskRunTimesDialog Constructor (Task, DateTime, DateTime)

Initializes a new instance of the TaskRunTimesDialog class.

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

Parameters

task
Type: Microsoft.Win32.TaskSchedulerTask
The task to display.
startDate
Type: SystemDateTime
The date to begin looking for run times.
endDate
Type: SystemDateTime
The date to end looking for run times.
See Also