seconds = CheckDate(date);
D0 A0
ULONG CheckDate(struct ClockData *);
Determines if the ClockData structure contains legal date information and returns the number of seconds from 01-Jan-1978 to that date, or 0 if the ClockData structure contains illegal data.
The wday field of the ClockData structure is not checked.