TaskRunTimesDialogInitialize Method
Initializes the dialog with the specified task.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
protected void Initialize(
Task task,
DateTime? startDate,
DateTime? endDate
)
Parameters
- task Task
- The task.
- startDate NullableDateTime
- The start date.
- endDate NullableDateTime
- The end date.