Enumerated day-of-week values.
Declared in <bdlt_dayofweek.h>
enum Enum;
| Name | Description |
|---|---|
e_SUN | Sunday. |
e_SUNDAY | Alias for e_SUN. |
e_MON | Monday. |
e_MONDAY | Alias for e_MON. |
e_TUE | Tuesday. |
e_TUESDAY | Alias for e_TUE. |
e_WED | Wednesday. |
e_WEDNESDAY | Alias for e_WED. |
e_THU | Thursday. |
e_THURSDAY | Alias for e_THU. |
e_FRI | Friday. |
e_FRIDAY | Alias for e_FRI. |
e_SAT | Saturday. |
e_SATURDAY | Alias for e_SAT. |
SUN | Deprecated three-letter aliases for the day-of-week enumerators. |
MON | Deprecated three-letter aliases for the day-of-week enumerators. |
TUE | Deprecated three-letter aliases for the day-of-week enumerators. |
WED | Deprecated three-letter aliases for the day-of-week enumerators. |
THU | Deprecated three-letter aliases for the day-of-week enumerators. |
FRI | Deprecated three-letter aliases for the day-of-week enumerators. |
SAT | Deprecated three-letter aliases for the day-of-week enumerators. |
SUNDAY | Deprecated three-letter aliases for the day-of-week enumerators. |
MONDAY | Deprecated three-letter aliases for the day-of-week enumerators. |
TUESDAY | Deprecated three-letter aliases for the day-of-week enumerators. |
WEDNESDAY | Deprecated three-letter aliases for the day-of-week enumerators. |
THURSDAY | Deprecated three-letter aliases for the day-of-week enumerators. |
FRIDAY | Deprecated three-letter aliases for the day-of-week enumerators. |
SATURDAY | Deprecated three-letter aliases for the day-of-week enumerators. |
BDET_SUN | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_SUNDAY | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_MON | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_TUE | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_TUESDAY | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_WED | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_THU | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_THURSDAY | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_FRI | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_FRIDAY | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_SAT | Deprecated BDET_* aliases for the day-of-week enumerators. |
BDET_SATURDAY | Deprecated BDET_* aliases for the day-of-week enumerators. |
| Name | Description |
|---|---|
::BloombergLP::bdex_VersionFunctions::maxSupportedVersion | Return the maximum supported BDEX version for DayOfWeek::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 DayOfWeek::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. |