PNTM

This structure stores time to the millisecond.

Syntax

typedef struct tagPNTM{
DWORD
dwMillisec;
DWORD
dwDay;
} PNTM;

Members

dwMillisec
Specifies the number of milliseconds since start of day. This value must be from 0 through 86400000.
dwDay
Specifies the days since Jan 1, 1900