Class Time

Class Documentation

class Time

Public Functions

Time() = default
time_t ToTimeT() const
bool operator==(Time other) const
bool operator!=(Time other) const
bool operator<(Time other) const
bool operator>(Time other) const
bool operator<=(Time other) const
bool operator>=(Time other) const
Time operator+(TimeDelta delta) const
Time operator-(TimeDelta delta) const
Time &operator+=(TimeDelta delta)
Time &operator-=(TimeDelta delta)
TimeDelta operator-(Time other) const

Public Static Functions

static Time Now()
static Time FromTimeT(time_t tt)