[#BloombergLP-bdlt-MonthOfYear-_04enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/MonthOfYear.adoc[MonthOfYear]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Define `k_NUM_MONTHS` to be the number of consecutively valued enumerators in the range `[ e_JAN .. e_DEC ]`. == Synopsis Declared in `<bdlt_monthofyear.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `k_NUM_MONTHS` | Number of months in a year (`e_DEC`). | `LENGTH` | Deprecated alias for `k_NUM_MONTHS`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#