次の方法で共有


MonthlyRecurrence.DaysOfMonth プロパティ

定義

毎月の定期的なパターンの値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象