AccelerometerShakenEventArgs.Timestamp Property

Definition

Gets the time at which the sensor reported the shaken event.

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

Property Value

The time at which the sensor reported the event.

Applies to