roundToDay property
DateTime
get
roundToDay
Rounds this date to the nearest day
Implementation
DateTime get roundToDay => DateCalculations.roundToDay(this);
Rounds this date to the nearest day
DateTime get roundToDay => DateCalculations.roundToDay(this);