Predicate to determine whether a month should be selectable.
typedef SelectableMonthPredicate = bool Function(int year, int month);