MonthlyTriggerRandomDelay Property
Gets or sets a delay time that is randomly added to the start time of the trigger.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[DefaultValueAttribute(typeof(TimeSpan), "00:00:00")]
[XmlIgnoreAttribute]
public TimeSpan RandomDelay { get; set; }
Property Value
TimeSpan