|
PatchworkOS
|
#include <time.h>
Data Fields | |
| int | tm_sec |
| int | tm_min |
| int | tm_hour |
| int | tm_mday |
| int | tm_mon |
| int | tm_year |
| int | tm_wday |
| int | tm_yday |
| int | tm_isdst |
| int tm::tm_hour |
Definition at line 24 of file time.h.
Referenced by _time_normalize(), localtime_r(), mktime(), print_stat(), procedure(), and taskbar_update_clock().
| int tm::tm_isdst |
Definition at line 30 of file time.h.
Referenced by localtime_r(), and mktime().
| int tm::tm_mday |
Definition at line 25 of file time.h.
Referenced by _time_day_of_week(), _time_day_of_year(), _time_normalize(), localtime_r(), print_stat(), and taskbar_update_clock().
| int tm::tm_min |
Definition at line 23 of file time.h.
Referenced by _time_normalize(), localtime_r(), mktime(), print_stat(), procedure(), and taskbar_update_clock().
| int tm::tm_mon |
Definition at line 26 of file time.h.
Referenced by _time_day_of_week(), _time_day_of_year(), _time_normalize(), localtime_r(), print_stat(), and taskbar_update_clock().
| int tm::tm_sec |
Definition at line 22 of file time.h.
Referenced by _time_normalize(), localtime_r(), mktime(), and procedure().
| int tm::tm_wday |
Definition at line 28 of file time.h.
Referenced by _time_day_of_week(), and localtime_r().
| int tm::tm_yday |
Definition at line 29 of file time.h.
Referenced by _time_day_of_year(), localtime_r(), and mktime().
| int tm::tm_year |
Definition at line 27 of file time.h.
Referenced by _time_day_of_week(), _time_day_of_year(), _time_normalize(), localtime_r(), mktime(), print_stat(), and taskbar_update_clock().