SimpleSchedulePolicy.ScheduleRunTimes 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.
Describes the list of times of the days when this schedule should run.
public System.Collections.Generic.List<DateTime> ScheduleRunTimes { get; set; }
member this.ScheduleRunTimes : System.Collections.Generic.List<DateTime> with get, set
Public Property ScheduleRunTimes As List(Of DateTime)