SimpleSchedulePolicy.ScheduleInterval 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 difference (in hours) between two successive backups per day. Allowed values are 4, 6, 8, 10 hours.
public int? ScheduleInterval { get; set; }
member this.ScheduleInterval : Nullable<int> with get, set
Public Property ScheduleInterval As Nullable(Of Integer)