InclinometerReading.Timestamp Property

Definition

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 = inclinometerReading.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset

Property Value

The time at which the sensor reported the reading.

Applies to