Define the list of month-of-year values.
Declared in <bdlt_monthofyear.h>
enum Enum;
| 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 [deprecated] | Deprecated three-letter aliases for the month enumerators. |
FEB [deprecated] | Deprecated three-letter aliases for the month enumerators. |
MAR [deprecated] | Deprecated three-letter aliases for the month enumerators. |
APR [deprecated] | Deprecated three-letter aliases for the month enumerators. |
MAY [deprecated] | Deprecated three-letter aliases for the month enumerators. |
JUN [deprecated] | Deprecated three-letter aliases for the month enumerators. |
JUL [deprecated] | Deprecated three-letter aliases for the month enumerators. |
AUG [deprecated] | Deprecated three-letter aliases for the month enumerators. |
SEP [deprecated] | Deprecated three-letter aliases for the month enumerators. |
OCT [deprecated] | Deprecated three-letter aliases for the month enumerators. |
NOV [deprecated] | Deprecated three-letter aliases for the month enumerators. |
DEC [deprecated] | Deprecated three-letter aliases for the month enumerators. |
JANUARY [deprecated] | Deprecated three-letter aliases for the month enumerators. |
FEBRUARY [deprecated] | Deprecated three-letter aliases for the month enumerators. |
MARCH [deprecated] | Deprecated three-letter aliases for the month enumerators. |
APRIL [deprecated] | Deprecated three-letter aliases for the month enumerators. |
JUNE [deprecated] | Deprecated three-letter aliases for the month enumerators. |
JULY [deprecated] | Deprecated three-letter aliases for the month enumerators. |
AUGUST [deprecated] | Deprecated three-letter aliases for the month enumerators. |
SEPTEMBER [deprecated] | Deprecated three-letter aliases for the month enumerators. |
OCTOBER [deprecated] | Deprecated three-letter aliases for the month enumerators. |
NOVEMBER [deprecated] | Deprecated three-letter aliases for the month enumerators. |
DECEMBER [deprecated] | Deprecated three-letter aliases for the month enumerators. |
BDET_FEB [deprecated] | Deprecated BDET_* aliases for month enumerators. |
BDET_DECEMBER [deprecated] | Deprecated BDET_* aliases for month enumerators. |
| Name | Description |
|---|---|
::BloombergLP::bdex_VersionFunctions::maxSupportedVersion | Return the maximum supported BDEX version for MonthOfYear::Enum. |
::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. |