retrieveDeltaForNextMonth method

int retrieveDeltaForNextMonth()

Returns the number of days to skip at the beginning of the next month.

Implementation

int retrieveDeltaForNextMonth() {
  return controller.retrieveDeltaForMonth(nextMonth);
}