firstDayOfMonthGroup method

date firstDayOfMonthGroup(
  1. int group
)

Returns the first day of the month group.

Implementation

date firstDayOfMonthGroup(int group) => DateTime(year, firstMonthOfGroup(group), 1);