Annotation.EventTime Property

Definition

Gets or sets time when event occurred

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to