roundToLastDayOfWeek method

DateTime roundToLastDayOfWeek()

Returns a new DateTime rounded to the last day of the week (Sunday).

Implementation

DateTime roundToLastDayOfWeek() {
  return DateTimeCalculator.roundToLastDayOfWeek(this);
}