GeoPosition<T>.Timestamp Property

Definition

Gets or sets the time when the location data was obtained.

public:
 property DateTimeOffset Timestamp { DateTimeOffset get(); void set(DateTimeOffset value); };
public DateTimeOffset Timestamp { get; set; }
member this.Timestamp : DateTimeOffset with get, set
Public Property Timestamp As DateTimeOffset

Property Value

A DateTimeOffset that contains the time the location data was created.

Applies to