Public Member Functions | |
tString | ToString () |
bool | operator== (const cDate &aDate) const |
bool | operator!= (const cDate &aDate) const |
bool | operator> (const cDate &aDate) const |
bool | operator< (const cDate &aDate) const |
Public Attributes | |
int | seconds |
int | minutes |
int | hours |
int | month_day |
int | month |
int | year |
int | week_day |
int | year_day |