[#BloombergLP-bdlt-PosixDateImpUtil-isLeapYear] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PosixDateImpUtil.adoc[PosixDateImpUtil]::isLeapYear :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isLeapYear(int year); ---- == Return Value `true` if `year` is a leap year, `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *year* | calendar year in `[1 .. 9999]` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#