ScheduledActionsSchedule.RequestedDaysOfTheMonth Property

Definition

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)

Property Value

Applies to