ADTF
|
This is the complete list of members for cDate, including all inherited members.
cDate() | cDate | |
cDate(tInt nYear, tInt nMonth, tInt nDay) | cDate | |
cDate(const tDate *psDate) | cDate | |
cDate(const cDate &oDate) | cDate | |
DateDiff(const cString &str, const cString &strDate1, const cString &strDate2) | cDate | static |
DateDiff(const cString &str, const cDate &oDate1, const cDate &oDate2) | cDate | static |
Format(const cString &strFormat) const | cDate | |
Get(tDate *psDate) const | cDate | |
GetCurrentDate() | cDate | static |
GetCurrentSystemDate() | cDate | static |
GetDateFromString(cDate &oDate, const cString &strDate) | cDate | static |
GetDay() const | cDate | |
GetMonth() const | cDate | |
GetNumOfDaysInMonth(const tInt nMonth, const tInt nYear) | cDate | static |
GetYear() const | cDate | |
IsLeapYear() const | cDate | |
IsLeapYear(tInt nYear) | cDate | static |
m_sDate | cDate | protected |
operator=(const cDate &oDate) | cDate | |
Set(tInt nYear, tInt nMonth, tInt nDay) | cDate | |
Set(const tDate *psDate) | cDate | |
Set(const cDate &oDate) | cDate | |
SetDay(tInt nDay) | cDate | |
SetMonth(tInt nMonth) | cDate | |
SetYear(tInt nYear) | cDate | |
Valid() | cDate | |
~cDate() | cDate | virtual |