Share via


TwoPanelHingedDevicePosturePreviewReading.Timestamp Property

Definition

Describes when a TwoPanelHingedDevicePosturePreviewReading was taken.

public:
 property DateTime Timestamp { DateTime get(); };
DateTime Timestamp();
/// [get: Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreviewReading is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
DateTime Timestamp();
public System.DateTimeOffset Timestamp { get; }
public System.DateTimeOffset Timestamp { [Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreviewReading is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var dateTime = twoPanelHingedDevicePosturePreviewReading.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset

Property Value

The timestamp when the reading was taken.

Attributes

Applies to