TwoPanelHingedDevicePosturePreviewReading.Timestamp Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Describe cuándo se tomó twoPanelHingedDevicePosturePreviewReading .
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
Valor de propiedad
Marca de tiempo cuando se tomó la lectura.
- Atributos