Defined in file: hzDate.h
Constructors/Detructors
| hzXDate* | hzXDate | (void) | |
| NULL-BASIS | ~hzXDate | (void) |
Public Methods:
Overloaded operators:
| const char* | operator const char * | (void) | |
| bool | operator! | (void) | |
| bool | operator!= | (const hzXDate& op) | |
| const char* | operator* | (void) | |
| const hzXDate& | operator+= | (unsigned int nDays) | |
| const hzXDate& | operator-= | (unsigned int nDays) | |
| bool | operator< | (const hzXDate& op) | |
| ostream& | operator<< | (ostream& os, const hzXDate& Date) | |
| bool | operator<= | (const hzXDate& op) | |
| const hzXDate& | operator= | (const hzXDate& op) | |
| const hzXDate& | operator= | (const hzSDate& op) | |
| const hzXDate& | operator= | (unsigned long xdVal) | |
| const hzXDate& | operator= | (const hzString& S) | |
| const hzXDate& | operator= | (const char* s) | |
| bool | operator== | (const hzXDate& op) | |
| bool | operator> | (const hzXDate& op) | |
| bool | operator>= | (const hzXDate& op) |
Member Variables:
| unsigned int | m_hour | No description | |
| unsigned int | m_usec | No description |