Defined in file: hzDate.h
Constructors/Detructors
| hzTime* | hzTime | (void) | |
| NULL-BASIS | ~hzTime | (void) |
Public Methods:
| void | Clear | (void) | |
| unsigned int | Hour | (void) | |
| bool | IsNull | (void) | |
| bool | IsSet | (void) | |
| unsigned int | Min | (void) | |
| unsigned int | NoSecs | (void) | |
| unsigned int | Sec | (void) | |
| void | SetTime | (const hzTime& op) | |
| hzEcode | SetTime | (unsigned int h, unsigned int m, unsigned int s) | |
| hzEcode | SetTime | (unsigned int nSecs) | |
| hzEcode | SetTime | (const char* cpTimeStr) | |
| void | SysTime | (void) | |
| const char* | Txt | (hzDateFmt eFmt) |
Overloaded operators:
| const char* | operator const char * | (void) | |
| bool | operator! | (void) | |
| bool | operator!= | (const hzTime& op) | |
| const char* | operator* | (void) | |
| bool | operator+= | (unsigned int nSecs) | |
| bool | operator-= | (unsigned int nSecs) | |
| bool | operator< | (const hzTime& op) | |
| ostream& | operator<< | (ostream& os, const hzTime& Time) | |
| bool | operator<= | (const hzTime& op) | |
| const hzTime& | operator= | (const hzTime& op) | |
| const hzTime& | operator= | (unsigned int nSecs) | |
| const hzTime& | operator= | (const char* cpTime) | |
| const hzTime& | operator= | (const hzString& time) | |
| bool | operator== | (const hzTime& op) | |
| bool | operator> | (const hzTime& op) | |
| bool | operator>= | (const hzTime& op) |
Member Variables:
| unsigned int | m_secs | No description |