ResourceSnapshotData.Timestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The time when the snapshot was created. The snapshot timestamp provides an approximation as to when a modification to a resource was detected. There can be a difference between the actual modification time and the detection time. This is due to differences in how operations that modify a resource are processed, versus how operation that record resource snapshots are processed.
public DateTimeOffset Timestamp { get; }
member this.Timestamp : DateTimeOffset
Public ReadOnly Property Timestamp As DateTimeOffset