Return true if the specified year is a leap year, and false otherwise. The behavior is undefined unless 1 <= year <= 9999.
true
year
false
1 <= year <= 9999
Declared in <bdlt_prolepticdateimputil.h>
<bdlt_prolepticdateimputil.h>
static bool isLeapYear(int year);