This is the complete list of members for mio::Date, including all inherited members.
| __init | mio::Date | protectedstatic |
| calculateDate(const double &i_julian, int &out_year, int &out_month, int &out_day) | mio::Date | protectedstatic |
| calculateJulianDate(const int &in_year, const int &in_month, const int &in_day, const int &in_hour, const int &in_minute, const double &i_second) | mio::Date | protectedstatic |
| calculateTime(const double &i_julian, int &o_hour, int &o_minute, double &o_second) | mio::Date | protectedstatic |
| calculateValues(const double &i_julian, int &out_year, int &out_month, int &out_day, int &out_hour, int &out_minute, double &o_second) | mio::Date | protectedstatic |
| CLOSEST enum value | mio::Date | |
| Date() | mio::Date | |
| Date(const double &in_timezone) | mio::Date | |
| Date(const double &julian_in, const double &in_timezone) | mio::Date | |
| Date(const int &year, const int &month, const int &day, const int &hour, const int &minute, const double &in_timezone) | mio::Date | |
| Date(const int &year, const int &month, const int &day, const int &hour, const int &minute, const int &second, const double &in_timezone) | mio::Date | |
| Date(const int &year, const int &month, const int &day, const int &hour, const int &minute, const double &second, const double &in_timezone) | mio::Date | |
| Date(const time_t &) | mio::Date | |
| Date(const int &year, const double &jdn, const double &in_timezone) | mio::Date | |
| daysLeapYear | mio::Date | protectedstatic |
| daysNonLeapYear | mio::Date | protectedstatic |
| DIN enum value | mio::Date | |
| DOWN enum value | mio::Date | |
| DST_shift | mio::Date | static |
| epsilon | mio::Date | static |
| epsilon_sec | mio::Date | static |
| Excel_offset | mio::Date | static |
| FORMATS enum name | mio::Date | |
| FULL enum value | mio::Date | |
| getDate(double &julian_out, const bool &gmt=false) const | mio::Date | |
| getDate(int &year, int &month, int &day, const bool &gmt=false) const | mio::Date | |
| getDate(int &year, int &month, int &day, int &hour, const bool &gmt=false) const | mio::Date | |
| getDate(int &year, int &month, int &day, int &hour, int &minute, const bool &gmt=false) const | mio::Date | |
| getDate(int &year, int &month, int &day, int &hour, int &minute, double &second, const bool &gmt=false) const | mio::Date | |
| getDate(int &year, int &month, int &day, int &hour, int &minute, int &second, const bool &gmt=false) const | mio::Date | |
| getDayOfWeek(const bool &gmt=false) const | mio::Date | |
| getExcelDate(const bool &gmt=false) const | mio::Date | |
| getISOWeekNr(const bool &gmt=false) const | mio::Date | |
| getISOWeekNr(int &ISO_year, const bool &gmt=false) const | mio::Date | |
| getJulian(const bool &gmt=false) const | mio::Date | |
| getJulianDayNumber(const bool &gmt=false) const | mio::Date | |
| getJulianDayNumber(const int &, const int &, const int &) | mio::Date | protectedstatic |
| getMatlabDate(const bool &gmt=false) const | mio::Date | |
| getModifiedJulianDate(const bool &gmt=false) const | mio::Date | |
| getRFC868Date(const bool &gmt=false) const | mio::Date | |
| getTime(int &hour_out, int &minute_out, const bool &gmt=false) const | mio::Date | |
| getTime(int &hour_out, int &minute_out, double &second_out, const bool &gmt=false) const | mio::Date | |
| getTimeZone() const | mio::Date | |
| getTruncatedJulianDate(const bool &gmt=false) const | mio::Date | |
| getUnixDate() const | mio::Date | |
| getYear(const bool &gmt=false) const | mio::Date | |
| gmt_julian | mio::Date | protected |
| GMTToLocal(const double &in_gmt_julian) const | mio::Date | protected |
| initStaticData() | mio::Date | protectedstatic |
| isLeapYear() const | mio::Date | |
| isLeapYear(const int &) | mio::Date | protectedstatic |
| ISO enum value | mio::Date | |
| ISO_DATE enum value | mio::Date | |
| ISO_TZ enum value | mio::Date | |
| ISO_WEEK enum value | mio::Date | |
| ISO_Z enum value | mio::Date | |
| isUndef() const | mio::Date | inline |
| localToGMT(const double &in_julian) const | mio::Date | protected |
| Matlab_offset | mio::Date | static |
| MJD_offset | mio::Date | static |
| mod(const double &julian, const unsigned int &seconds) | mio::Date | static |
| mod(const Date &indate, const unsigned int &seconds) | mio::Date | static |
| NUM enum value | mio::Date | |
| operator!=(const Date &) const | mio::Date | |
| operator*(const double &) const | mio::Date | |
| operator*=(const double &) | mio::Date | |
| operator+(const Date &) const | mio::Date | |
| operator+(const double &) const | mio::Date | |
| operator+=(const Date &) | mio::Date | |
| operator+=(const double &) | mio::Date | |
| operator-(const Date &) const | mio::Date | |
| operator-(const double &) const | mio::Date | |
| operator-=(const Date &) | mio::Date | |
| operator-=(const double &) | mio::Date | |
| operator/(const double &) const | mio::Date | |
| operator/=(const double &) | mio::Date | |
| operator<(const Date &) const | mio::Date | |
| operator<< | mio::Date | friend |
| operator<=(const Date &) const | mio::Date | |
| operator==(const Date &) const | mio::Date | |
| operator>(const Date &) const | mio::Date | |
| operator>=(const Date &) const | mio::Date | |
| operator>> | mio::Date | friend |
| parseTimeZone(const std::string &timezone_iso) | mio::Date | static |
| plausibilityCheck(const int &in_year, const int &in_month, const int &in_day, const int &in_hour, const int &in_minute, const double &in_second) | mio::Date | protectedstatic |
| printFractionalDay(const double &fractional) | mio::Date | static |
| RFC868_offset | mio::Date | static |
| rnd(const double &julian, const double &precision, const RND &type=CLOSEST) | mio::Date | static |
| rnd(const double &precision, const RND &type=CLOSEST) | mio::Date | |
| rnd(const Date &indate, const double &precision, const RND &type=CLOSEST) | mio::Date | static |
| RND enum name | mio::Date | |
| setDate(const Date &in_date) | mio::Date | |
| setDate(const double &julian_in, const double &in_timezone) | mio::Date | |
| setDate(const int &year, const int &month, const int &day, const int &hour, const int &minute, const double &in_timezone) | mio::Date | |
| setDate(const int &year, const int &month, const int &day, const int &hour, const int &minute, const int &second, const double &in_timezone) | mio::Date | |
| setDate(const int &year, const int &month, const int &day, const int &hour, const int &minute, const double &second, const double &in_timezone) | mio::Date | |
| setDate(const int &year, const unsigned int &month, const unsigned int &day, const unsigned int &hour, const unsigned int &minute, const double &in_timezone) | mio::Date | |
| setDate(const int &year, const unsigned int &month, const unsigned int &day, const unsigned int &hour, const unsigned int &minute, const unsigned int &second, const double &in_timezone) | mio::Date | |
| setDate(const int &year, const unsigned int &month, const unsigned int &day, const unsigned int &hour, const unsigned int &minute, const double &second, const double &in_timezone) | mio::Date | |
| setDate(const int &year, const double &jdn, const double &in_timezone) | mio::Date | |
| setDate(const time_t &in_time) | mio::Date | |
| setExcelDate(const double excel_in, const double &in_timezone) | mio::Date | |
| setFromSys() | mio::Date | |
| setMatlabDate(const double matlab_in, const double &in_timezone) | mio::Date | |
| setModifiedJulianDate(const double &julian_in, const double &in_timezone) | mio::Date | |
| setRFC868Date(const double &julian_in, const double &in_timezone) | mio::Date | |
| setTimeZone(const double &in_timezone) | mio::Date | |
| setUndef(const bool &flag=true) | mio::Date | |
| setUnixDate(const time_t &in_time) | mio::Date | |
| timezone | mio::Date | protected |
| toString(const FORMATS &type, const bool &gmt=false) const | mio::Date | |
| toString() const | mio::Date | |
| TZAbbrev | mio::Date | protectedstatic |
| undef | mio::Date | protected |
| Unix_offset | mio::Date | static |
| UP enum value | mio::Date |