Share via


AdvancedSchedule.MonthDays Property

Definition

Gets or sets days of the month that the job should execute on. Must be between 1 and 31.

public System.Collections.Generic.IList<int> MonthDays { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="monthDays")]
public System.Collections.Generic.IList<int> MonthDays { get; set; }
member this.MonthDays : System.Collections.Generic.IList<int> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="monthDays")>]
member this.MonthDays : System.Collections.Generic.IList<int> with get, set
Public Property MonthDays As IList(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to