roundToLastDayOfWeek method
Returns a new DateTime rounded to the last day of the week (Sunday).
Implementation
DateTime roundToLastDayOfWeek() {
return DateTimeCalculator.roundToLastDayOfWeek(this);
}
Returns a new DateTime rounded to the last day of the week (Sunday).
DateTime roundToLastDayOfWeek() {
return DateTimeCalculator.roundToLastDayOfWeek(this);
}