TaskRunTimesDialog(Task, DateTime, DateTime) Constructor
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
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.