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