This is the complete list of members for TimeSpan, including all inherited members.
ConvertFrom(PCChar8 text) | TimeSpan | virtual |
ConvertTo(BaseStaticString &text) const | TimeSpan | virtual |
GetDay() const | TimeSpan | |
GetHour() const | TimeSpan | |
GetMicrosecond() const | TimeSpan | |
GetMillisecond() const | TimeSpan | |
GetMinute() const | TimeSpan | |
GetSecond() const | TimeSpan | |
GetTimeSpan(Int32 &day, Int32 &hour, Int32 &minute, Int32 &second, Int32 &millisecond, Int32 µsecond) const | TimeSpan | |
operator+=(const TimeSpan &right) | TimeSpan | |
operator-=(const TimeSpan &right) | TimeSpan | |
SetTimeSpan(Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond=0, Int32 microsecond=0) | TimeSpan | |
TimeSpan() | TimeSpan | |
TimeSpan(TimeStamp timeStamp) | TimeSpan | explicit |
TimeSpan(const String &text) | TimeSpan | explicit |
TimeSpan(Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond=0, Int32 microsecond=0) | TimeSpan | |
ToMicroseconds() const | TimeSpan | |
ToMilliseconds() const | TimeSpan | |
ToSeconds() const | TimeSpan | |
ToTimeStamp() const | TimeSpan |