|
DCL 4.1
|
This is the complete list of members for Date, including all inherited members.
| __jday | Date | protected |
| assign(int _year, int _month, int _day) | Date | |
| assign(long _days) | Date | |
| convertGregorianToJulian(int _year, int _month, int _day) | Date | protectedstatic |
| convertJulianToGregorian(long uJulianDays, int &_year, int &_month, int &_day) | Date | protectedstatic |
| Date() | Date | |
| Date(const Date &_src) | Date | |
| Date(int _year, int _month, int _day) | Date | |
| Date(long _days) | Date | |
| day() const | Date | |
| dayOfWeek() const | Date | |
| dayOfYear() const | Date | |
| days() const | Date | |
| daysInMonth() const | Date | |
| daysInYear() const | Date | |
| decode(int &_year, int &_month, int &_day) const | Date | |
| FORMAT_STRING | Date | static |
| isLeapYear(int _year) | Date | static |
| isValid(int y, int m, int d) | Date | static |
| month() const | Date | |
| operator++() | Date | |
| operator++(int) | Date | |
| operator+=(long _days) | Date | |
| operator--() | Date | |
| operator--(int) | Date | |
| operator-=(long _days) | Date | |
| operator=(const Date &_src) | Date | |
| toString() const | Date | |
| toStringF(const wchar_t *_format=NULL) const | Date | |
| year() const | Date |