TwoPanelHingedDevicePosturePreviewReading.Timestamp Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Descreve quando um TwoPanelHingedDevicePosturePreviewReading foi usado.
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 da propriedade
O carimbo de data/hora quando a leitura foi feita.
- Atributos