[#BloombergLP-bdlt-MonthOfYear-Enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/MonthOfYear.adoc[MonthOfYear]::Enum :relfileprefix: ../../../ :mrdocs: Define the list of month‐of‐year values. == Synopsis Declared in `<bdlt_monthofyear.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Enum; ---- == Members [cols="1,4"] |=== | Name| Description | `e_JAN` | January. | `e_JANUARY` | Alias for `e_JAN`. | `e_FEB` | February. | `e_FEBRUARY` | Alias for `e_FEB`. | `e_MAR` | March. | `e_MARCH` | Alias for `e_MAR`. | `e_APR` | April. | `e_APRIL` | Alias for `e_APR`. | `e_MAY` | May. | `e_JUN` | June. | `e_JUNE` | Alias for `e_JUN`. | `e_JUL` | July. | `e_JULY` | Alias for `e_JUL`. | `e_AUG` | August. | `e_AUGUST` | Alias for `e_AUG`. | `e_SEP` | September. | `e_SEPTEMBER` | Alias for `e_SEP`. | `e_OCT` | October. | `e_OCTOBER` | Alias for `e_OCT`. | `e_NOV` | November. | `e_NOVEMBER` | Alias for `e_NOV`. | `e_DEC` | December. | `e_DECEMBER` | Alias for `e_DEC`. | `JAN` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `FEB` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `MAR` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `APR` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `MAY` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `JUN` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `JUL` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `AUG` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `SEP` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `OCT` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `NOV` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `DEC` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `JANUARY` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `FEBRUARY` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `MARCH` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `APRIL` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `JUNE` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `JULY` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `AUGUST` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `SEPTEMBER` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `OCTOBER` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `NOVEMBER` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `DECEMBER` [.small]#[deprecated]# | Deprecated three‐letter aliases for the month enumerators. | `BDET_FEB` [.small]#[deprecated]# | Deprecated `BDET_*` aliases for month enumerators. | `BDET_DECEMBER` [.small]#[deprecated]# | Deprecated `BDET_*` aliases for month enumerators. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdex_VersionFunctions/maxSupportedVersion-05.adoc[`::BloombergLP::bdex_VersionFunctions::maxSupportedVersion`] | Return the maximum supported BDEX version for `MonthOfYear::Enum`. | xref:BloombergLP/bdlt/maxSupportedBdexVersion-079.adoc[`::BloombergLP::bdlt::maxSupportedBdexVersion`] | Return the maximum valid BDEX format version, as indicated by the specified `versionSelector`, to be passed to the `bdexStreamOut` method while streaming an object of the type `MonthOfYear::Enum`. Note that it is highly recommended that `versionSelector` be formatted as "YYYYMMDD", a date representation. Also note that `versionSelector` should be a _compile_‐time‐chosen value that selects a format version supported by both externalizer and unexternalizer. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#