SYNC_TIME structure (winsync.h)
Represents a date-and-time value.
Syntax
typedef struct _SYNC_TIME {
DWORD dwDate;
DWORD dwTime;
} SYNC_TIME;
Members
dwDate
The date portion of the value.
dwTime
The time portion of the value.
Remarks
This structure is a packed date-and-time value that can store years between 1601 and 67136 and times that are accurate to the millisecond.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | winsync.h |