|
| JUCE_API RelativeTime JUCE_CALLTYPE | juce::operator+ (RelativeTime t1, RelativeTime t2) noexcept |
| JUCE_API RelativeTime JUCE_CALLTYPE | juce::operator- (RelativeTime t1, RelativeTime t2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator== (RelativeTime t1, RelativeTime t2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator!= (RelativeTime t1, RelativeTime t2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator> (RelativeTime t1, RelativeTime t2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator< (RelativeTime t1, RelativeTime t2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator>= (RelativeTime t1, RelativeTime t2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator<= (RelativeTime t1, RelativeTime t2) noexcept |
| static String | juce::translateTimeField (int n, const char *singular, const char *plural) |
| static String | juce::describeYears (int n) |
| static String | juce::describeMonths (int n) |
| static String | juce::describeWeeks (int n) |
| static String | juce::describeDays (int n) |
| static String | juce::describeHours (int n) |
| static String | juce::describeMinutes (int n) |
| static String | juce::describeSeconds (int n) |