JUCE
|
This is the complete list of members for Time, including all inherited members.
currentTimeMillis() noexcept | Time | static |
formatted(const String &format) const | Time | |
fromISO8601(StringRef iso8601) | Time | static |
getApproximateMillisecondCounter() noexcept | Time | static |
getCompilationDate() | Time | static |
getCurrentTime() noexcept | Time | static |
getDayOfMonth() const noexcept | Time | |
getDayOfWeek() const noexcept | Time | |
getDayOfYear() 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 | Time | |
getUTCOffsetSeconds() const noexcept | Time | |
getUTCOffsetString(bool includeDividerCharacters) const | 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+=(RelativeTime delta) noexcept | Time | |
operator-=(RelativeTime delta) noexcept | Time | |
operator=(const Time &)=default | Time | |
secondsToHighResolutionTicks(double seconds) noexcept | Time | static |
setSystemTimeToThisTime() const | Time | |
Time()=default | 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 &)=default | Time | |
toISO8601(bool includeDividerCharacters) const | Time | |
toMilliseconds() const noexcept | Time | |
toString(bool includeDate, bool includeTime, bool includeSeconds=true, bool use24HourClock=false) const | Time | |
waitForMillisecondCounter(uint32 targetTime) noexcept | Time | static |
~Time()=default | Time |