Defined in file: hzDate.h
Constructors/Detructors
hzSDate* | hzSDate | (void) | |
NULL-BASIS | ~hzSDate | (void) |
Public Methods:
hzEcode | AltDay | (int interval) | |
hzEcode | AltMonth | (int interval) | |
hzEcode | AltYear | (int interval) | |
void | Clear | (void) | |
unsigned int | Day | (void) | |
unsigned int | Dow | (void) | |
unsigned int | Excel | (void) | |
bool | IsNull | (void) | |
bool | IsSet | (void) | |
unsigned int | Month | (void) | |
unsigned int | NoDays | (void) | |
void | SetByEpoch | (unsigned int nEpochTime) | |
hzEcode | SetDate | (const hzSDate& op) | |
hzEcode | SetDate | (unsigned int Y, unsigned int M, unsigned int D) | |
hzEcode | SetDate | (unsigned int nDays) | |
hzEcode | SetDate | (const char* cpDateStr) | |
void | SysDate | (void) | |
const char* | Txt | (hzDateFmt eFmt) | |
unsigned int | Year | (void) |
Overloaded operators:
const char* | operator const char * | (void) | |
bool | operator! | (void) | |
bool | operator!= | (const hzSDate& op) | |
const char* | operator* | (void) | |
const hzSDate& | operator+= | (unsigned int nDays) | |
const hzSDate& | operator-= | (unsigned int nDays) | |
bool | operator< | (const hzSDate& op) | |
ostream& | operator<< | (ostream& os, const hzSDate& d) | |
bool | operator<= | (const hzSDate& op) | |
const hzSDate& | operator= | (const hzXDate& op) | |
const hzSDate& | operator= | (const hzSDate& op) | |
const hzSDate& | operator= | (unsigned int nDays) | |
const hzSDate& | operator= | (const char* cpDate) | |
const hzSDate& | operator= | (const hzString& S) | |
bool | operator== | (const hzXDate& op) | |
bool | operator== | (const hzSDate& op) | |
bool | operator> | (const hzSDate& op) | |
bool | operator>= | (const hzSDate& op) |
Member Variables:
unsigned int | m_days | No description |