Annotation.EventTime プロパティ

定義

イベントが発生した時刻を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象