EventModel.FirstTimestamp Property

Definition

Gets or sets the date-time of the earliest logged event.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to