ScheduledActionsSchedule.RequestedDaysOfTheMonth 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.
The days of the month the scheduled action is supposed to run on. If empty, it means it will run on every day of the month.
public System.Collections.Generic.IList<int> RequestedDaysOfTheMonth { get; }
member this.RequestedDaysOfTheMonth : System.Collections.Generic.IList<int>
Public ReadOnly Property RequestedDaysOfTheMonth As IList(Of Integer)