|
cxWidgets 1.0
|
This is the complete list of members for cx::cxDate, including all inherited members.
| addDays(int pNumDays) noexcept | cx::cxDate | |
| addMonths(int pNumMonths) noexcept | cx::cxDate | |
| addYears(int pNumYears) noexcept | cx::cxDate | |
| cxDate(eDateFormats pDateFormat=YYYY_MM_DD, char pSepChar='-') | cx::cxDate | explicit |
| cxDate(int pYear, int pMonth, int pDay, eDateFormats pDateFormat=YYYY_MM_DD, char pSepChar='-') noexcept | cx::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='-') noexcept | cx::cxDate | |
| cxDate(const cxDate &)=default | cx::cxDate | |
| dayOfWeek() const noexcept | cx::cxDate | |
| dayOfWeek(int pYear, int pMonth, int pDay) noexcept | cx::cxDate | static |
| dayOfWeekStr() const | cx::cxDate | |
| dayOfWeekStr(eWeekDays pWeekDay) | cx::cxDate | static |
| dayOfWeekStr(int pYear, int pMonth, int pDay) | cx::cxDate | static |
| fromJulian(long pJulianDate) noexcept | cx::cxDate | |
| fromJulian(long pJulianDate, int &pYear, int &pMonth, int &pDay) noexcept | cx::cxDate | static |
| fromString(std::string_view pDateStr) | cx::cxDate | |
| getCurrentYear() noexcept | cx::cxDate | static |
| getDateFormat() const noexcept | cx::cxDate | inline |
| getDateFormat(std::string_view pDateStr) | cx::cxDate | static |
| getDateFormatStr(eDateFormats pDateFormat) | cx::cxDate | static |
| getDay() const noexcept | cx::cxDate | inline |
| getDisplayLong() const noexcept | cx::cxDate | inline |
| getMonth() const noexcept | cx::cxDate | inline |
| getSepChar() const noexcept | cx::cxDate | inline |
| getToday(bool pLong=false) | cx::cxDate | static |
| getYear() const noexcept | cx::cxDate | inline |
| isLeapYear() const noexcept | cx::cxDate | |
| isLeapYear(int pYear) noexcept | cx::cxDate | static |
| monthCalendar(int pYear, int pMonth, std::ostream &pOutStream=std::cout, int pTrailingEndlines=2) | cx::cxDate | static |
| monthName(int pMonth, bool pAbbreviated=false) | cx::cxDate | static |
| numMonthDays() const noexcept | cx::cxDate | |
| numMonthDays(int pMonth, int pYear) noexcept | cx::cxDate | static |
| operator!=(const cxDate &pThat) const noexcept | cx::cxDate | |
| operator+(int pNumDays) const noexcept | cx::cxDate | |
| operator++(int) noexcept | cx::cxDate | |
| operator++() noexcept | cx::cxDate | |
| operator+=(int pNumDays) noexcept | cx::cxDate | |
| operator-(int pNumDays) const noexcept | cx::cxDate | |
| operator-(const cxDate &pThat) const noexcept | cx::cxDate | |
| operator--(int) noexcept | cx::cxDate | |
| operator--() noexcept | cx::cxDate | |
| operator-=(int pNumDays) noexcept | cx::cxDate | |
| operator<(const cxDate &pThat) const noexcept | cx::cxDate | |
| operator<< | cx::cxDate | friend |
| operator<=(const cxDate &pThat) const noexcept | cx::cxDate | |
| operator=(const cxDate &)=default | cx::cxDate | |
| operator==(const cxDate &pThat) const noexcept | cx::cxDate | |
| operator>(const cxDate &pThat) const noexcept | cx::cxDate | |
| operator>=(const cxDate &pThat) const noexcept | cx::cxDate | |
| operator>> | cx::cxDate | friend |
| setDate(int pYear, int pMonth, int pDay) noexcept | cx::cxDate | |
| setDateFormat(eDateFormats pDateFormat) noexcept | cx::cxDate | |
| setDay(int pDay) noexcept | cx::cxDate | |
| setDisplayLong(bool pDisplay) noexcept | cx::cxDate | inline |
| setMonth(int pMonth) noexcept | cx::cxDate | |
| setSepChar(char pSepChar) noexcept | cx::cxDate | inline |
| setYear(int pYear) noexcept | cx::cxDate | |
| subtractDays(int pNumDays) noexcept | cx::cxDate | |
| subtractMonths(int pNumMonths) noexcept | cx::cxDate | |
| subtractYears(int pNumYears) noexcept | cx::cxDate | |
| today() noexcept | cx::cxDate | static |
| toJulian() const noexcept | cx::cxDate | |
| toJulian(int pYear, int pMonth, int pDay) noexcept | cx::cxDate | static |
| toString() const | cx::cxDate | |
| tryParse(std::string_view pDateStr, eDateFormats pDateFormat=YYYY_MM_DD, char pSepChar='-') | cx::cxDate | static |
| yearCalendar(int pYear, std::ostream &pOutStream=std::cout, int pTrailingEndlines=2) | cx::cxDate | static |
| ~cxDate()=default | cx::cxDate | virtual |