|
| Date (int d=1, int m=january, int y=1900) |
|
| Date (const Date &o) |
|
int | getDay () const |
|
GMonth_t | getMonth () const |
|
int | getYear () const |
|
void | setDay (int d) |
|
void | setMonth (int m) |
|
void | setYear (int y) |
|
Date & | operator= (const Date &o) |
|
std::wstring | getStringW (const char *format="%x") const |
|
std::string | getString (const char *="%x") const |
|
bool | operator== (const Date &o) const |
|
bool | operator!= (const Date &o) const |
|
bool | operator> (const Date &o) const |
|
bool | operator< (const Date &o) const |
|
|
static int | do_Compare (const Date &d1, const Date &d2) |
|
static Date | now () |
|
The documentation for this class was generated from the following file: