共用方式為


DateTime 結構 (windows.foundation.h)

表示時間的瞬間,通常以一天的日期和時間表示。

語法

typedef struct DateTime {
  INT64 UniversalTime;
} DateTime;

成員

UniversalTime

類型: INT64

自 1601 CE 年 1 月 1 日午夜 12:00:00 起經過的 100 奈秒間隔數目。

規格需求

   
最低支援的用戶端 Windows 8
最低支援的伺服器 Windows Server 2012
標頭 windows.foundation.h

另請參閱

CreateDateTime

CreateDateTimeArray

IPropertyValue::GetDateTime

IPropertyValue::GetDateTimeArray