Class TimeTicks

Class Documentation

class TimeTicks

Public Functions

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

Public Static Functions

static TimeTicks Now()