nextMonth method

void nextMonth()

Implementation

void nextMonth() {
  currentDate = _currentDate.nextMonth;
}