Whether this Time is shorter than or equal to other.
other
bool operator <=(Time other) => ticks <= other.ticks;