previousDay method

void previousDay()

Implementation

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