DefaultRoundableDate extension

The default implementation for RoundableDateTime.

on

Methods

ceil(int value, TimeUnit unit) DateTime
Ceils this DateTime to the nearest value.
floor(int value, TimeUnit unit) DateTime
Floors this DateTime to the nearest value.
round(int value, TimeUnit unit) DateTime
Rounds this DateTime to the nearest value.