次の方法で共有


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

適用対象