共用方式為


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

適用於