TaskRunTimesDialog(Task, DateTime, DateTime) Constructor

Initializes a new instance of the TaskRunTimesDialog class.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public TaskRunTimesDialog(
	Task task,
	DateTime startDate,
	DateTime endDate
)

Parameters

task  Task
The task to display.
startDate  DateTime
The date to begin looking for run times.
endDate  DateTime
The date to end looking for run times.

See Also