Converts calendar time to DOS-style date and time.
#include <time.h>
unsigned long calendar2dos (
time_t calendar);
(IN) Specifies the calendar time to convert.
Returns DOS-style date and time.
Because calendar time is UTC, the time is converted to the local DOS time. DOS has the following date and time format.
Figure 10-1 DOS Format for Date and Time