다음을 통해 공유


AdvancedSchedule.WeekDays 속성

정의

작업이 실행되어야 하는 요일을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상