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