次の方法で共有


Day.IsLast プロパティ

定義

Date が月の最後の日付かどうかを取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="isLast")]
public bool? IsLast { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isLast")>]
member this.IsLast : Nullable<bool> with get, set
Public Property IsLast As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象