| AdjustTimeZone(float newGMTOffset) | trUtil::DateTime | |
| CalcGMTOffset(tm &timeParts, bool factorLocalDayLightSavingsIntoGMTOffset) | trUtil::DateTime | static |
| DateTime() | trUtil::DateTime | |
| DateTime(const TimeOrigin &initAs) | trUtil::DateTime | |
| DateTime(time_t) | trUtil::DateTime | |
| DateTime(const struct tm &) | trUtil::DateTime | |
| DateTime(const DateTime &) | trUtil::DateTime | |
| GetDay() const | trUtil::DateTime | |
| GetGMTOffset() const | trUtil::DateTime | |
| GetGMTTime(unsigned &year, unsigned &month, unsigned &day, unsigned &hour, unsigned &min, float &sec) const | trUtil::DateTime | |
| GetGMTTime(unsigned &year, unsigned &month, unsigned &day, unsigned &hour, unsigned &min, unsigned &sec) const | trUtil::DateTime | |
| GetGMTTime() const | trUtil::DateTime | |
| GetGMTTime(tm &) const | trUtil::DateTime | |
| GetGMTTime(time_t *t, tm &timeParts) | trUtil::DateTime | privatestatic |
| GetHour() const | trUtil::DateTime | |
| GetLocalGMTOffset(bool accountForDST=false) | trUtil::DateTime | static |
| GetLocalTime(time_t *t, tm &timeParts) | trUtil::DateTime | privatestatic |
| GetMinute() const | trUtil::DateTime | |
| GetMonth() const | trUtil::DateTime | |
| GetSecond() const | trUtil::DateTime | |
| GetTime(unsigned &year, unsigned &month, unsigned &day, unsigned &hour, unsigned &min, float &sec) const | trUtil::DateTime | |
| GetTime(unsigned &year, unsigned &month, unsigned &day, unsigned &hour, unsigned &min, unsigned &sec) const | trUtil::DateTime | |
| GetTime() const | trUtil::DateTime | |
| GetTime(tm &) const | trUtil::DateTime | |
| GetTimeFormat() const | trUtil::DateTime | |
| GetTimeInSeconds() const | trUtil::DateTime | |
| GetTimeOrigin() const | trUtil::DateTime | |
| GetTimeScale() const | trUtil::DateTime | |
| GetTimeType() const | trUtil::DateTime | |
| GetYear() const | trUtil::DateTime | |
| IncrementClock(double seconds) | trUtil::DateTime | |
| mDays | trUtil::DateTime | private |
| mFractionalSeconds | trUtil::DateTime | private |
| mGMTOffset | trUtil::DateTime | private |
| mHours | trUtil::DateTime | private |
| mMinutes | trUtil::DateTime | private |
| mMonths | trUtil::DateTime | private |
| mSeconds | trUtil::DateTime | private |
| mStringFormat | trUtil::DateTime | private |
| mTimeOrigin | trUtil::DateTime | private |
| mTimeScale | trUtil::DateTime | private |
| mTimeType | trUtil::DateTime | private |
| mYears | trUtil::DateTime | private |
| operator std::string() const | trUtil::DateTime | |
| operator time_t() const | trUtil::DateTime | |
| operator tm() const | trUtil::DateTime | |
| operator=(const DateTime &) | trUtil::DateTime | |
| ResetToDefaultValues() | trUtil::DateTime | private |
| SetDay(unsigned day) | trUtil::DateTime | |
| SetGMTOffset(float hourOffset, bool dayLightSavings) | trUtil::DateTime | |
| SetGMTOffset(double lattitude, double longitude, bool dayLightSavings) | trUtil::DateTime | |
| SetHour(unsigned hour) | trUtil::DateTime | |
| SetMinute(unsigned min) | trUtil::DateTime | |
| SetMonth(unsigned month) | trUtil::DateTime | |
| SetSecond(float sec) | trUtil::DateTime | |
| SetTime(unsigned year, unsigned month, unsigned day, unsigned hour, unsigned min, float sec) | trUtil::DateTime | |
| SetTime(unsigned year, unsigned month, unsigned day, unsigned hour, unsigned min, unsigned sec) | trUtil::DateTime | |
| SetTime(time_t) | trUtil::DateTime | |
| SetTime(const tm &) | trUtil::DateTime | |
| SetTimeFormat(const TimeFormat &) | trUtil::DateTime | |
| SetTimeOrigin(const TimeOrigin &) | trUtil::DateTime | |
| SetTimeScale(float percentScaleInSeconds) | trUtil::DateTime | |
| SetTimeType(const TimeType &) | trUtil::DateTime | |
| SetToGMTTime() | trUtil::DateTime | |
| SetToLocalTime() | trUtil::DateTime | |
| SetYear(unsigned year) | trUtil::DateTime | |
| ToString() const | trUtil::DateTime | |
| ToString(const TimeFormat &) const | trUtil::DateTime | |
| ToString(const DateTime &, const TimeFormat &) | trUtil::DateTime | static |
| ~DateTime() | trUtil::DateTime | virtual |