[#BloombergLP-bdlt-maxSupportedBdexVersion-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::maxSupportedBdexVersion :relfileprefix: ../../ :mrdocs: Return the maximum valid BDEX format version for this type. == Synopses Declared in `<bdlt_dayofweek.h>` Return the maximum valid BDEX format version for this type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlt/maxSupportedBdexVersion-077.adoc[maxSupportedBdexVersion]( xref:BloombergLP/bdlt/DayOfWeek/Enum.adoc[DayOfWeek::Enum] const* ignored, int versionSelector); ---- [.small]#xref:BloombergLP/bdlt/maxSupportedBdexVersion-077.adoc[_» more..._]# Return the maximum valid BDEX format version for this type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlt/maxSupportedBdexVersion-079.adoc[maxSupportedBdexVersion]( xref:BloombergLP/bdlt/MonthOfYear/Enum.adoc[MonthOfYear::Enum] const* ignored, int versionSelector); ---- [.small]#xref:BloombergLP/bdlt/maxSupportedBdexVersion-079.adoc[_» more..._]# == Return Value * the maximum valid BDEX format version * maximum supported BDEX format version == Parameters [cols="1,4"] |=== | Name| Description | *ignored* | unused; selects this overload by type | *versionSelector* | BDEX version selector (typically "YYYYMMDD") |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#