共用方式為


Transaction.Date 屬性

定義

取得交易的日期。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於