next method

void next()

Goes to the next month.

Implementation

void next() {
  currentMonth = nextMonth;
}