次の方法で共有


Snapshot.LastUpdateTime プロパティ

定義

スナップショット - 更新によってスナップショットが作成または更新された最後の時刻を表す UTC の日付と時刻の組み合わせ文字列を取得または設定します。 例: 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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象