Returns if this date is before other.
other
bool isBefore(Date other) => _time.isBefore(other._time);