leapYearModulo4 constant
int
const leapYearModulo4
Modulo divisor for basic leap year check (divisible by 4).
Implementation
static const int leapYearModulo4 = 4;
Modulo divisor for basic leap year check (divisible by 4).
static const int leapYearModulo4 = 4;