[#BloombergLP-bdlt-ProlepticDateImpUtil-serialToYear] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/ProlepticDateImpUtil.adoc[ProlepticDateImpUtil]::serialToYear :relfileprefix: ../../../ :mrdocs: Return the year for the specified serial date. == Synopsis Declared in `<bdlt_prolepticdateimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int serialToYear(int serialDay); ---- == Description Return the year of the date value indicated by the specified `serialDay`. The behavior is undefined unless `isValidSerial(serialDay)` returns `true`. == Return Value calendar year == Parameters [cols="1,4"] |=== | Name| Description | *serialDay* | serial date to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#