This class manipulates timezones. More...
#include "../include/Timezone.h"
Public Member Functions | |
| Timezone (const char *str) | |
| Timezone () | |
| int | set (const char *str) |
| int | init () |
| bool | isSet () |
| int | getPM () |
| int | getOffset () |
| const char * | getName () |
| int | print () |
This class manipulates timezones.
| Timezone::Timezone | ( | const char * | str | ) |
Constructor. Sets timezone from string
| str | String used to set timezone parameters |
| Timezone::Timezone | ( | ) |
Constructor. Initializes the class values
1.6.1