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;
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
Header: Synchronization.h