|
| Time (int h=0, int m=0, int s=0) |
|
| Time (const Time &o) |
|
Time & | operator= (const Time &o) |
|
int | getHour () const |
|
int | getMinutes () const |
|
int | getSeconds () const |
|
void | setHour (int h) |
|
void | setMinutes (int m) |
|
void | setSeconds (int s) |
|
bool | operator== (const Time &o) const |
|
bool | operator!= (const Time &o) const |
|
bool | operator> (const Time &o) const |
|
bool | operator< (const Time &o) const |
|
std::wstring | getStringW (const char *format="%X") const |
|
std::string | getString (const char *="%X") const |
|
|
static int | do_Compare (const Time &d1, const Time &d2) |
|
static Time | now () |
|
The documentation for this class was generated from the following file: