MetricValue.TimeStamp Property

Definition

Gets or sets the timestamp for the metric value in ISO 8601 format.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to