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