SimpleSchedulePolicy.ScheduleWindowDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the time span (in hours measured from the Schedule Window Start Time) beyond which backup jobs should not be triggered. Values can range from 4 to 23.
public int? ScheduleWindowDuration { get; set; }
member this.ScheduleWindowDuration : Nullable<int> with get, set
Public Property ScheduleWindowDuration As Nullable(Of Integer)