Searched defs:tm_unz_s (Results 1 – 1 of 1) sorted by relevance
99 typedef struct tm_unz_s struct101 uInt tm_sec; /* seconds after the minute - [0,59] */102 uInt tm_min; /* minutes after the hour - [0,59] */103 uInt tm_hour; /* hours since midnight - [0,23] */104 uInt tm_mday; /* day of the month - [1,31] */105 uInt tm_mon; /* months since January - [0,11] */106 uInt tm_year; /* years - [1980..2044] */
Completed in 9 milliseconds