A class for getting time from desired time zone.
More...
#include <edelib/DateTime.h>
A class for getting time from desired time zone.
const char* code |
( |
void |
| ) |
|
|
inline |
Return code from set zone
bool set |
( |
const char * |
n | ) |
|
Set zone. Previously set zone (and it's data) will be cleared replacing with the current one
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
const char* zone |
( |
void |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: