TianoCore EDK2 master
|
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 |
long | tm_gmtoff |
char * | tm_zone |
Definition at line 28 of file ConstantTimeClock.c.
long tm::tm_gmtoff |
Definition at line 38 of file ConstantTimeClock.c.
int tm::tm_hour |
Definition at line 31 of file ConstantTimeClock.c.
int tm::tm_isdst |
Definition at line 37 of file ConstantTimeClock.c.
int tm::tm_mday |
Definition at line 32 of file ConstantTimeClock.c.
int tm::tm_min |
Definition at line 30 of file ConstantTimeClock.c.
int tm::tm_mon |
Definition at line 33 of file ConstantTimeClock.c.
int tm::tm_sec |
Definition at line 29 of file ConstantTimeClock.c.
int tm::tm_wday |
Definition at line 35 of file ConstantTimeClock.c.
int tm::tm_yday |
Definition at line 36 of file ConstantTimeClock.c.
int tm::tm_year |
Definition at line 34 of file ConstantTimeClock.c.
char * tm::tm_zone |
Definition at line 39 of file ConstantTimeClock.c.