InstanceViewStatus.Time Property

Definition

Gets or sets the time of the status.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to