A class for getting time from desired time zone.
More...
#include <edelib/DateTime.h>
A class for getting time from desired time zone.
◆ TimeZone()
◆ ~TimeZone()
◆ code()
const char * code |
( |
void | | ) |
|
|
inline |
Return code from set zone
◆ set()
bool set |
( |
const char * | n | ) |
|
Set zone. Previously set zone (and it's data) will be cleared replacing with the current one
◆ time()
unsigned long time |
( |
void | | ) |
|
|
inline |
Return time from given zone. Time is encoded number (same as time_t type) so it can be used with various time functions that accepts time_t type
◆ zone()
const char * zone |
( |
void | | ) |
|
|
inline |
The documentation for this class was generated from the following file: