Snapshot.LastUpdateTime Property

Definition

Gets or sets a combined UTC date and time string that describes the last time when the snapshot was created or updated by Snapshot - Update. E.g. 2018-12-25T11:51:27.8705696Z.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to