SimpleOrientationSensorOrientationChangedEventArgs.Timestamp Property

Definition

Gets the time of the current sensor reading.

public:
 property DateTime Timestamp { DateTime get(); };
DateTime Timestamp();
public System.DateTimeOffset Timestamp { get; }
var dateTime = simpleOrientationSensorOrientationChangedEventArgs.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset

Property Value

The time of the current sensor reading.

Applies to