![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for Gray::cTimeDouble, including all inherited members.
| cTimeDouble(const cTimeDouble &dt) | Gray::cTimeDouble | inline |
| cTimeDouble(const double dTime=k_nZero) | Gray::cTimeDouble | inline |
| cTimeDouble(const TIMESEC_t nTimeSec) | Gray::cTimeDouble | inline |
| cTimeDouble(const cTimeFile &ft) | Gray::cTimeDouble | inline |
| cTimeDouble(const cTimeUnits &rTu) | Gray::cTimeDouble | inline |
| cTimeDoubleTests class | Gray::cTimeDouble | friend |
| Date() | Gray::cTimeDouble | static |
| DecodeDate(cTimeUnits &rTu) const | Gray::cTimeDouble | protected |
| EncodeDate(short year=0, short month=0, short day=0) | Gray::cTimeDouble | static |
| EncodeSeconds(double s) | Gray::cTimeDouble | static |
| EncodeTime(short h, short m, short s, short ms=0) | Gray::cTimeDouble | static |
| get_DayOfWeek() const | Gray::cTimeDouble | |
| get_Days() const | Gray::cTimeDouble | inline |
| get_DaysAge() const | Gray::cTimeDouble | inline |
| get_DaysTil() const | Gray::cTimeDouble | inline |
| get_Double() const | Gray::cTimeDouble | inline |
| GetAsFileTime() const | Gray::cTimeDouble | |
| GetDate() const | Gray::cTimeDouble | inline |
| GetTimeFormStr(const GChar_t *pszFormat=nullptr, TZ_TYPE nTimeZoneOffset=TZ_LOCAL) const | Gray::cTimeDouble | |
| GetTimeFormStr(TIME_FORMAT_TYPE eFormat, TZ_TYPE nTimeZoneOffset=TZ_LOCAL) const | Gray::cTimeDouble | inline |
| GetTimeFromFile(const cTimeFile &ft) | Gray::cTimeDouble | static |
| GetTimeFromSec(TIMESEC_t nTimeSec) | Gray::cTimeDouble | static |
| GetTimeFromStr(const GChar_t *pszDateTime, TZ_TYPE nTimeZoneOffset) | Gray::cTimeDouble | inlinestatic |
| GetTimeNow() | Gray::cTimeDouble | static |
| GetTimeSpanStr(double dDays, TIMEUNIT_TYPE eUnitHigh=TIMEUNIT_Day, int iUnitsDesired=2, bool bShortText=false) | Gray::cTimeDouble | static |
| GetTimeUnits(OUT cTimeUnits &rTu, TZ_TYPE nTimeZoneOffset) const | Gray::cTimeDouble | |
| InitTime(double dTime=k_nZero) | Gray::cTimeDouble | inline |
| InitTimeNow() | Gray::cTimeDouble | |
| InitTimeUnits(const cTimeUnits &rTu) | Gray::cTimeDouble | protected |
| IsTimeValid(double dTime) | Gray::cTimeDouble | inlinestatic |
| isTimeValid() const | Gray::cTimeDouble | inline |
| k_nDaysDiffTimeInt | Gray::cTimeDouble | static |
| k_nY10 | Gray::cTimeDouble | static |
| k_nY2K | Gray::cTimeDouble | static |
| k_nZero | Gray::cTimeDouble | static |
| m_dateTime | Gray::cTimeDouble | protected |
| operator double(void) const | Gray::cTimeDouble | inline |
| operator!=(const cTimeDouble &dt1, const cTimeDouble &dt2) | Gray::cTimeDouble | friend |
| operator+(int i) | Gray::cTimeDouble | inline |
| operator+(const cTimeDouble &dt) | Gray::cTimeDouble | inline |
| operator++() | Gray::cTimeDouble | inline |
| operator++(int) | Gray::cTimeDouble | inline |
| operator+=(int idays) | Gray::cTimeDouble | inline |
| operator+=(const cTimeDouble &dt) | Gray::cTimeDouble | inline |
| operator-(int i) | Gray::cTimeDouble | inline |
| operator-(const cTimeDouble &dt) | Gray::cTimeDouble | inline |
| operator--() | Gray::cTimeDouble | inline |
| operator--(int) | Gray::cTimeDouble | inline |
| operator-=(int idays) | Gray::cTimeDouble | inline |
| operator-=(const cTimeDouble &dt) | Gray::cTimeDouble | inline |
| operator<(const cTimeDouble &dt1, const cTimeDouble &dt2) | Gray::cTimeDouble | friend |
| operator<=(const cTimeDouble &dt1, const cTimeDouble &dt2) | Gray::cTimeDouble | friend |
| operator=(const cTimeDouble &date) | Gray::cTimeDouble | inline |
| operator=(const GChar_t *pszDateTime) | Gray::cTimeDouble | inline |
| operator==(const cTimeDouble &dt1, const cTimeDouble &dt2) | Gray::cTimeDouble | friend |
| operator>(const cTimeDouble &dt1, const cTimeDouble &dt2) | Gray::cTimeDouble | friend |
| operator>=(const cTimeDouble &dt1, const cTimeDouble &dt2) | Gray::cTimeDouble | friend |
| SetTimeStr(const GChar_t *pszDateTime, TZ_TYPE nTimeZoneOffset=TZ_UTC) | Gray::cTimeDouble | |
| Time() | Gray::cTimeDouble | static |