cxWidgets 1.0
cx::cxDate Member List

This is the complete list of members for cx::cxDate, including all inherited members.

addDays(int pNumDays) noexceptcx::cxDate
addMonths(int pNumMonths) noexceptcx::cxDate
addYears(int pNumYears) noexceptcx::cxDate
cxDate(eDateFormats pDateFormat=YYYY_MM_DD, char pSepChar='-')cx::cxDateexplicit
cxDate(int pYear, int pMonth, int pDay, eDateFormats pDateFormat=YYYY_MM_DD, char pSepChar='-') noexceptcx::cxDate
cxDate(std::string_view pDateStr, eDateFormats pDateFormat=YYYY_MM_DD, char pSepChar='-')cx::cxDate
cxDate(std::string_view pDateStr, char pSepChar)cx::cxDate
cxDate(long pJulianDate, eDateFormats pDateFormat=YYYY_MM_DD, char pSepChar='-') noexceptcx::cxDate
cxDate(const cxDate &)=defaultcx::cxDate
dayOfWeek() const noexceptcx::cxDate
dayOfWeek(int pYear, int pMonth, int pDay) noexceptcx::cxDatestatic
dayOfWeekStr() constcx::cxDate
dayOfWeekStr(eWeekDays pWeekDay)cx::cxDatestatic
dayOfWeekStr(int pYear, int pMonth, int pDay)cx::cxDatestatic
fromJulian(long pJulianDate) noexceptcx::cxDate
fromJulian(long pJulianDate, int &pYear, int &pMonth, int &pDay) noexceptcx::cxDatestatic
fromString(std::string_view pDateStr)cx::cxDate
getCurrentYear() noexceptcx::cxDatestatic
getDateFormat() const noexceptcx::cxDateinline
getDateFormat(std::string_view pDateStr)cx::cxDatestatic
getDateFormatStr(eDateFormats pDateFormat)cx::cxDatestatic
getDay() const noexceptcx::cxDateinline
getDisplayLong() const noexceptcx::cxDateinline
getMonth() const noexceptcx::cxDateinline
getSepChar() const noexceptcx::cxDateinline
getToday(bool pLong=false)cx::cxDatestatic
getYear() const noexceptcx::cxDateinline
isLeapYear() const noexceptcx::cxDate
isLeapYear(int pYear) noexceptcx::cxDatestatic
monthCalendar(int pYear, int pMonth, std::ostream &pOutStream=std::cout, int pTrailingEndlines=2)cx::cxDatestatic
monthName(int pMonth, bool pAbbreviated=false)cx::cxDatestatic
numMonthDays() const noexceptcx::cxDate
numMonthDays(int pMonth, int pYear) noexceptcx::cxDatestatic
operator!=(const cxDate &pThat) const noexceptcx::cxDate
operator+(int pNumDays) const noexceptcx::cxDate
operator++(int) noexceptcx::cxDate
operator++() noexceptcx::cxDate
operator+=(int pNumDays) noexceptcx::cxDate
operator-(int pNumDays) const noexceptcx::cxDate
operator-(const cxDate &pThat) const noexceptcx::cxDate
operator--(int) noexceptcx::cxDate
operator--() noexceptcx::cxDate
operator-=(int pNumDays) noexceptcx::cxDate
operator<(const cxDate &pThat) const noexceptcx::cxDate
operator<<cx::cxDatefriend
operator<=(const cxDate &pThat) const noexceptcx::cxDate
operator=(const cxDate &)=defaultcx::cxDate
operator==(const cxDate &pThat) const noexceptcx::cxDate
operator>(const cxDate &pThat) const noexceptcx::cxDate
operator>=(const cxDate &pThat) const noexceptcx::cxDate
operator>>cx::cxDatefriend
setDate(int pYear, int pMonth, int pDay) noexceptcx::cxDate
setDateFormat(eDateFormats pDateFormat) noexceptcx::cxDate
setDay(int pDay) noexceptcx::cxDate
setDisplayLong(bool pDisplay) noexceptcx::cxDateinline
setMonth(int pMonth) noexceptcx::cxDate
setSepChar(char pSepChar) noexceptcx::cxDateinline
setYear(int pYear) noexceptcx::cxDate
subtractDays(int pNumDays) noexceptcx::cxDate
subtractMonths(int pNumMonths) noexceptcx::cxDate
subtractYears(int pNumYears) noexceptcx::cxDate
today() noexceptcx::cxDatestatic
toJulian() const noexceptcx::cxDate
toJulian(int pYear, int pMonth, int pDay) noexceptcx::cxDatestatic
toString() constcx::cxDate
tryParse(std::string_view pDateStr, eDateFormats pDateFormat=YYYY_MM_DD, char pSepChar='-')cx::cxDatestatic
yearCalendar(int pYear, std::ostream &pOutStream=std::cout, int pTrailingEndlines=2)cx::cxDatestatic
~cxDate()=defaultcx::cxDatevirtual