LMMS
Loading...
Searching...
No Matches
juce_RelativeTime.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  juce

Functions

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)