This documentation is archived and is not being maintained.
SYNC_TIME Structure
Represents a date-and-time value that corresponds to a FeedSync when value.
typedef struct _SYNC_TIME
{
DWORD dwDate;
DWORD dwTime;
} SYNC_TIME;
- dwDate
The date portion of the value.
- dwTime
The time portion of the value.
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.
Header: Synchronization.h