JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_Time.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::Time
 Holds an absolute date and time. More...
 

Namespaces

namespace  juce
 

Functions

bool juce::operator!= (Time time1, Time time2) noexcept
 Compares two Time objects.
 
Time juce::operator+ (RelativeTime delta, Time time) noexcept
 Adds a RelativeTime to a Time.
 
Time juce::operator+ (Time time, RelativeTime delta) noexcept
 Adds a RelativeTime to a Time.
 
Time juce::operator- (Time time, RelativeTime delta) noexcept
 Subtracts a RelativeTime from a Time.
 
RelativeTime juce::operator- (Time time1, Time time2) noexcept
 Returns the relative time difference between two times.
 
bool juce::operator< (Time time1, Time time2) noexcept
 Compares two Time objects.
 
bool juce::operator<= (Time time1, Time time2) noexcept
 Compares two Time objects.
 
bool juce::operator== (Time time1, Time time2) noexcept
 Compares two Time objects.
 
bool juce::operator> (Time time1, Time time2) noexcept
 Compares two Time objects.
 
bool juce::operator>= (Time time1, Time time2) noexcept
 Compares two Time objects.