Day.IsLast Property

Definition

Gets or sets whether Date is last date of month

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to