DCL 4.0
|
This is the complete list of members for Date, including all inherited members.
assign(int nYear, int nMonth, int nDay) | Date | |
assign(long nDays) | Date | |
convertGregorianToJulian(int nYear, int nMonth, int nDay) | Date | protectedstatic |
convertJulianToGregorian(long uJulianDays, int &nYear, int &nMonth, int &nDay) | Date | protectedstatic |
Date() | Date | |
Date(const Date &src) | Date | |
Date(int nYear, int nMonth, int nDay) | Date | |
Date(long nDays) | Date | |
day() const | Date | |
dayOfWeek() const | Date | |
dayOfYear() const | Date | |
days() const | Date | |
daysInMonth() const | Date | |
daysInYear() const | Date | |
decode(int &nYear, int &nMonth, int &nDay) const | Date | |
FORMAT_STRING | Date | static |
isLeapYear(int nYear) | Date | static |
isValid(int y, int m, int d) | Date | static |
m_nJDay | Date | protected |
month() const | Date | |
operator++() | Date | |
operator++(int) | Date | |
operator+=(long nDays) | Date | |
operator--() | Date | |
operator--(int) | Date | |
operator-=(long nDays) | Date | |
operator=(const Date &src) | Date | |
toString() const | Date | |
toStringF(const wchar_t *pszFormat=NULL) const | Date | |
year() const | Date |