maxMonth top-level constant

int const maxMonth

Maximum valid month number (December).

Implementation

const int maxMonth = 12;