Rounds this Time to the nearest value.
value
Time round(int value, TimeUnit unit) => _adjust(value, unit, math.round);