Ceils this DateTime to the nearest value.
value
DateTime ceil(int value, TimeUnit unit) => _adjust(value, unit, math.ceil);