Click or drag to resize
Task Scheduler Managed Class Library

TaskRunTimesDialog(Task, DateTime, DateTime) Constructor

Initializes a new 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 TaskRunTimesDialog(
	Task task,
	DateTime startDate,
	DateTime endDate
)
Request Example View Source

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