| Date(time_t tm) | Date | |
| Date(tm *dt) | Date | |
| Date(char *str, size_t size=0) | Date | |
| Date(int year, unsigned month, unsigned day) | Date | |
| Date() | Date | |
| fromJulian(char *buf) const | Date | [protected] |
| getDate(char *buffer) const | Date | |
| getDate(void) const | Date | |
| getDate(tm *buf) const | Date | |
| getDay(void) const | Date | |
| getDayOfWeek(void) const | Date | |
| getMonth(void) const | Date | |
| getValue(void) const | Date | |
| getYear(void) const | Date | |
| isValid(void) const | Date | |
| julian | Date | [protected] |
| operator long() const | Date | [inline] |
| operator!() const | Date | [inline] |
| operator!=(Date &date) | Date | |
| operator()() const | Date | |
| operator+(Date &date, long val) | Date | [friend] |
| operator+(long val, Date &date) | Date | [friend] |
| operator++() | Date | |
| operator+=(long val) | Date | |
| operator-(Date &date, long val) | Date | [friend] |
| operator-(long val, Date &date) | Date | [friend] |
| operator--() | Date | |
| operator-=(long val) | Date | |
| operator<(Date &date) | Date | |
| operator<=(Date &date) | Date | |
| operator==(Date &date) | Date | |
| operator>(Date &date) | Date | |
| operator>=(Date &date) | Date | |
| setDate(const char *str, size_t size=0) | Date | |
| toJulian(long year, long month, long day) | Date | [protected] |
| update(void) | Date | [inline, protected, virtual] |