 | TaskRunTimesDialog Constructor (Task, DateTime, DateTime) |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic TaskRunTimesDialog(
Task task,
DateTime startDate,
DateTime endDate
)
Public Sub New (
task As Task,
startDate As DateTime,
endDate As DateTime
)
public:
TaskRunTimesDialog(
Task^ task,
DateTime startDate,
DateTime endDate
)
Request Example
View SourceParameters
- 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