AccelerometerReading.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.
Gets the time at which the sensor reported the reading.
public:
property DateTime Timestamp { DateTime get(); };
DateTime Timestamp();
public System.DateTimeOffset Timestamp { get; }
var dateTime = accelerometerReading.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset
Property Value
The instant in time when the sensor reported the reading.