roundToLastDayOfMonth method

DateTime roundToLastDayOfMonth()

Returns a new DateTime rounded to the last day of the month.

Implementation

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