INtime SDK Help
TIMEVALUE structure

Specifies a date and time in terms of seconds and microseconds.

typedef struct tagTimeValue {
    QWORD qwSeconds;
    DWORD dwMicroseconds;
} TIMEVALUE, *LPTIMEVALUE;

Fields

qwSeconds
The count of seconds since the system epoch (January 1, 1978).
dwMicroseconds
The count of microseconds since the last second since the epoch.