roundToDay property

DateTime get roundToDay

Rounds this date to the nearest day

Implementation

DateTime get roundToDay => DateCalculations.roundToDay(this);