WCM_TIME_INTERVAL structure (wcmapi.h)
The WCM_TIME_INTERVAL structure defines a time interval.
Syntax
typedef struct _WCM_TIME_INTERVAL {
WORD wYear;
WORD wMonth;
WORD wDay;
WORD wHour;
WORD wMinute;
WORD wSecond;
WORD wMilliseconds;
} WCM_TIME_INTERVAL;
Members
wYear
Type: WORD
Years.
wMonth
Type: WORD
Months.
wDay
Type: WORD
Days.
wHour
Type: WORD
Hours.
wMinute
Type: WORD
Minutes.
wSecond
Type: WORD
Seconds.
wMilliseconds
Type: WORD
Milliseconds.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | wcmapi.h |