[#BloombergLP-bdlt-DayOfWeek] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::DayOfWeek :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for enumerating day‐of‐week values. See `Enum` in the TYPES sub‐section for details. == Synopsis Declared in `<bdlt_dayofweek.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DayOfWeek; ---- == Description This `struct`: * supports a complete set of _enumeration_ operations For terminology see `bsldoc_glossary`. == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/DayOfWeek/Day.adoc[`Day`] | Deprecated alias for `Enum`. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/DayOfWeek/Enum.adoc[`Enum`] | Enumerated day‐of‐week values. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/DayOfWeek/bdexStreamIn.adoc[`bdexStreamIn`] | Assign to `variable` the value read from `stream` using the BDEX protocol. | xref:BloombergLP/bdlt/DayOfWeek/bdexStreamOut.adoc[`bdexStreamOut`] | Write `value` to `stream` using the specified BDEX `version` format. | xref:BloombergLP/bdlt/DayOfWeek/maxSupportedBdexVersion-00.adoc[`maxSupportedBdexVersion`] | `maxSupportedBdexVersion` overloads | xref:BloombergLP/bdlt/DayOfWeek/print.adoc[`print`] | Write the string representation of the specified enumeration `value` to the specified output `stream`. | xref:BloombergLP/bdlt/DayOfWeek/toAscii.adoc[`toAscii`] | Return the abbreviated character‐string representation of the enumerator corresponding to the specified `dayOfWeek`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#