TwoPanelHingedDevicePosturePreviewReading.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.
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