, including all inherited members.
| currentTimeMillis() noexcept | Time | [static] |
| formatted(const String &format) const | Time | |
| getApproximateMillisecondCounter() noexcept | Time | [static] |
| getCurrentTime() noexcept | Time | [static] |
| getDayOfMonth() const noexcept | Time | |
| getDayOfWeek() const noexcept | Time | |
| getHighResolutionTicks() noexcept | Time | [static] |
| getHighResolutionTicksPerSecond() noexcept | Time | [static] |
| getHours() const noexcept | Time | |
| getHoursInAmPmFormat() const noexcept | Time | |
| getMillisecondCounter() noexcept | Time | [static] |
| getMillisecondCounterHiRes() noexcept | Time | [static] |
| getMilliseconds() const noexcept | Time | |
| getMinutes() const noexcept | Time | |
| getMonth() const noexcept | Time | |
| getMonthName(bool threeLetterVersion) const | Time | |
| getMonthName(int monthNumber, bool threeLetterVersion) | Time | [static] |
| getSeconds() const noexcept | Time | |
| getTimeZone() const noexcept | Time | |
| getWeekdayName(bool threeLetterVersion) const | Time | |
| getWeekdayName(int dayNumber, bool threeLetterVersion) | Time | [static] |
| getYear() const noexcept | Time | |
| highResolutionTicksToSeconds(int64 ticks) noexcept | Time | [static] |
| isAfternoon() const noexcept | Time | |
| isDaylightSavingTime() const noexcept | Time | |
| operator+=(const RelativeTime &delta) | Time | |
| operator-=(const RelativeTime &delta) | Time | |
| operator=(const Time &other) noexcept | Time | |
| secondsToHighResolutionTicks(double seconds) noexcept | Time | [static] |
| setSystemTimeToThisTime() const | Time | |
| Time() noexcept | Time | |
| Time(int64 millisecondsSinceEpoch) noexcept | Time | [explicit] |
| Time(int year, int month, int day, int hours, int minutes, int seconds=0, int milliseconds=0, bool useLocalTime=true) noexcept | Time | |
| Time(const Time &other) noexcept | Time | |
| toMilliseconds() const noexcept | Time | |
| toString(bool includeDate, bool includeTime, bool includeSeconds=true, bool use24HourClock=false) const noexcept | Time | |
| waitForMillisecondCounter(uint32 targetTime) noexcept | Time | [static] |
| ~Time() noexcept | Time | |