MaintenanceSettingsPeriod Property
Gets or sets the amount of time the task needs to be started during Automatic maintenance. The minimum value is one minute.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[DefaultValueAttribute(typeof(TimeSpan), "00:00:00")]
public TimeSpan Period { get; set; }
Property Value
TimeSpan