EventProperties.TimeOfOccurrence Property

Definition

Gets or sets the time of occurrence of the event.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to