roundToFirstDayOfWeek method
Returns a new DateTime rounded to the first day of the week (Monday).
Implementation
DateTime roundToFirstDayOfWeek() {
return DateTimeCalculator.roundToFirstDayOfWeek(this);
}
Returns a new DateTime rounded to the first day of the week (Monday).
DateTime roundToFirstDayOfWeek() {
return DateTimeCalculator.roundToFirstDayOfWeek(this);
}