daysToAddToGetNextMonth constant

int const daysToAddToGetNextMonth

Days to add to safely reach next month (28 + 4 = 32 days > any month).

Implementation

static const int daysToAddToGetNextMonth = 4;