Transaction.Date Property

Definition

Gets the date of transaction.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.date")]
public DateTime? Date { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.date")>]
member this.Date : Nullable<DateTime>
Public ReadOnly Property Date As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to