weeksCount property

int get weeksCount

Implementation

int get weeksCount => ((daysInMonth + firstDayOffset) / 7).ceil();