BarometerReading.Timestamp Property

Definition

Gets the time for the most recent barometer reading.

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

Property Value

The time when the barometer sensor reported the reading.

Applies to