[#BloombergLP-bdlt-maxSupportedBdexVersion-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::maxSupportedBdexVersion :relfileprefix: ../../ :mrdocs: `maxSupportedBdexVersion` overloads == Synopses Declared in `<bdlt_dayofweek.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlt/maxSupportedBdexVersion-077.adoc[maxSupportedBdexVersion]( xref:BloombergLP/bdlt/DayOfWeek/Enum.adoc[DayOfWeek::Enum] const*, int versionSelector); ---- [.small]#xref:BloombergLP/bdlt/maxSupportedBdexVersion-077.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlt/maxSupportedBdexVersion-079.adoc[maxSupportedBdexVersion]( xref:BloombergLP/bdlt/MonthOfYear/Enum.adoc[MonthOfYear::Enum] const*, int versionSelector); ---- [.small]#xref:BloombergLP/bdlt/maxSupportedBdexVersion-079.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#