This is the complete list of members for Time, including all inherited members.
ConvertFrom(PCChar8 text) | Time | virtual |
ConvertTo(BaseStaticString &text) const | Time | virtual |
GetHour() const | Time | |
GetMicrosecond() const | Time | |
GetMillisecond() const | Time | |
GetMinute() const | Time | |
GetSecond() const | Time | |
GetTime(Int32 &hour, Int32 &minute, Int32 &second, Int32 &millisecond, Int32 µsecond) | Time | |
operator+=(const TimeSpan &timeSpan) | Time | |
operator-(const Time &left, const Time &right) | Time | friend |
operator-=(const TimeSpan &timeSpan) | Time | |
SetTime(Int32 hour, Int32 minute, Int32 second=0, Int32 millisecond=0, Int32 microsecond=0) | Time | |
Time() | Time | |
Time(Int32 hour, Int32 minute, Int32 second=0, Int32 millisecond=0, Int32 microsecond=0) | Time | |
Time(const String &text) | Time | explicit |
ToTimeStamp() const | Time |