The NetRemoteTOD function returns data in the following form:

struct time_of_day_info {
unsigned long     tod_elapsedt;
unsigned long     tod_msecs;
unsigned char     tod_hours;
unsigned char     tod_mins;
unsigned char     tod_secs;
unsigned char     tod_hunds;
unsigned short    tod_timezone;
unsigned short    tod_tinterval;
unsigned char     tod_day;
unsigned char     tod_month;
unsigned short    tod_year;
unsigned char     tod_weekday;
};

where:


[Back] [Next]