| days(double numberOfDays) noexcept | RelativeTime | [static] |
| getDescription(const String &returnValueForZeroTime="0") const | RelativeTime | |
| hours(double numberOfHours) noexcept | RelativeTime | [static] |
| inDays() const noexcept | RelativeTime | |
| inHours() const noexcept | RelativeTime | |
| inMilliseconds() const noexcept | RelativeTime | |
| inMinutes() const noexcept | RelativeTime | |
| inSeconds() const noexcept | RelativeTime | |
| inWeeks() const noexcept | RelativeTime | |
| milliseconds(int milliseconds) noexcept | RelativeTime | [static] |
| milliseconds(int64 milliseconds) noexcept | RelativeTime | [static] |
| minutes(double numberOfMinutes) noexcept | RelativeTime | [static] |
| operator+=(const RelativeTime &timeToAdd) noexcept | RelativeTime | |
| operator+=(double secondsToAdd) noexcept | RelativeTime | |
| operator-=(const RelativeTime &timeToSubtract) noexcept | RelativeTime | |
| operator-=(double secondsToSubtract) noexcept | RelativeTime | |
| operator=(const RelativeTime &other) noexcept | RelativeTime | |
| RelativeTime(double seconds=0.0) noexcept | RelativeTime | [explicit] |
| RelativeTime(const RelativeTime &other) noexcept | RelativeTime | |
| weeks(double numberOfWeeks) noexcept | RelativeTime | [static] |
| ~RelativeTime() noexcept | RelativeTime |