Adbase
Adinf C++ base library V2
|
Public Member Functions | |
Localtime (time_t offset, bool dst, int arrb) | |
Public Attributes | |
time_t | gmtOffset |
bool | isDst |
int | arrbIdx |
Definition at line 48 of file TimeZone.cpp.
|
inline |
Definition at line 53 of file TimeZone.cpp.
int adbase::detail::Localtime::arrbIdx |
Definition at line 51 of file TimeZone.cpp.
Referenced by adbase::TimeZone::toLocalTime().
time_t adbase::detail::Localtime::gmtOffset |
Definition at line 49 of file TimeZone.cpp.
Referenced by adbase::TimeZone::fromLocalTime(), and adbase::TimeZone::toLocalTime().
bool adbase::detail::Localtime::isDst |
Definition at line 50 of file TimeZone.cpp.
Referenced by adbase::TimeZone::toLocalTime().