Day.Date Property

Definition

Gets or sets date of the month

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to