DateTime 構造体 (windows.foundation.h)
特定の時点を表します。通常、日時形式で表されます。
構文
typedef struct DateTime {
INT64 UniversalTime;
} DateTime;
メンバー
UniversalTime
型: INT64
UTC 時刻の 1601 年 1 月 1 日午前 0 時 00 分から経過した 100 ナノ秒間隔の数。
要件
サポートされている最小のクライアント | Windows 8 |
サポートされている最小のサーバー | Windows Server 2012 |
Header | windows.foundation.h |