WCM_TIME_INTERVAL 構造体 (wcmapi.h)
WCM_TIME_INTERVAL構造体は時間間隔を定義します。
構文
typedef struct _WCM_TIME_INTERVAL {
WORD wYear;
WORD wMonth;
WORD wDay;
WORD wHour;
WORD wMinute;
WORD wSecond;
WORD wMilliseconds;
} WCM_TIME_INTERVAL;
メンバー
wYear
種類: WORD
年。
wMonth
種類: WORD
ヶ 月。
wDay
種類: WORD
日。
wHour
種類: WORD
時間。
wMinute
種類: WORD
分。
wSecond
種類: WORD
秒。
wMilliseconds
種類: WORD
数ミリ秒です。
要件
サポートされている最小のクライアント | Windows 8 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2012 [デスクトップ アプリのみ] |
Header | wcmapi.h |