roundToFirstDayOfMonth method

DateTime roundToFirstDayOfMonth()

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

Implementation

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