updateSelectState(List<DateTime> selectedDates) { for (var month in months) { month.updateSelectState(selectedDates); } }