currentMonth static method
Implementation
static DateTime currentMonth() {
final month = DateTimeTimetable.today().firstDayOfMonth;
assert(month.debugCheckIsValidTimetableMonth());
return month;
}
static DateTime currentMonth() {
final month = DateTimeTimetable.today().firstDayOfMonth;
assert(month.debugCheckIsValidTimetableMonth());
return month;
}