다음을 통해 공유


AdvancedSchedule.MonthDays 속성

정의

작업이 실행되어야 하는 월의 일을 가져오거나 설정합니다. 1에서 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)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상