isSameMonth method

bool isSameMonth(
  1. DateTime date
)

Implementation

bool isSameMonth(DateTime date) => isSameCalendarMonth(calendarMonth);