Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |