[#BloombergLP-bdex_InStreamFunctions-streamIn-03b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdex_InStreamFunctions.adoc[bdex_InStreamFunctions]::streamIn :relfileprefix: ../../ :mrdocs: `streamIn` overloads == Synopses Declared in `<bdlt_dayofweek.h>` Read a `DayOfWeek::Enum` from the specified BDEX input `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> STREAM& xref:BloombergLP/bdex_InStreamFunctions/streamIn-030.adoc[streamIn]( STREAM& stream, xref:BloombergLP/bdlt/DayOfWeek/Enum.adoc[bdlt::DayOfWeek::Enum]& variable, int version); ---- [.small]#xref:BloombergLP/bdex_InStreamFunctions/streamIn-030.adoc[_» more..._]# Read a `MonthOfYear::Enum` from the specified BDEX input `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> STREAM& xref:BloombergLP/bdex_InStreamFunctions/streamIn-037.adoc[streamIn]( STREAM& stream, xref:BloombergLP/bdlt/MonthOfYear/Enum.adoc[bdlt::MonthOfYear::Enum]& variable, int version); ---- [.small]#xref:BloombergLP/bdex_InStreamFunctions/streamIn-037.adoc[_» more..._]# == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | input stream providing the BDEX encoding | *variable* | receives the streamed enumeration value | *version* | BDEX format version to use |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#