TaskRunTimesControlInitialize Method
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
public void Initialize(
Task task = null,
DateTime? startDate = null,
DateTime? endDate = null
)
Parameters
- task Task (Optional)
- The task to display.
- startDate NullableDateTime (Optional)
- The date to begin looking for run times.
- endDate NullableDateTime (Optional)
- The date to end looking for run times.