month method

MonthCalendar month(
  1. int m
)

Gets a specific month (1-12).

Implementation

MonthCalendar month(int m) => months[m - 1];