nextDay method

void nextDay()

Implementation

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