daysToAddToGetNextMonth top-level constant

int const daysToAddToGetNextMonth

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

Implementation

const int daysToAddToGetNextMonth = 4;