[#BloombergLP-bbldc-DayCountConvention-maxSupportedBdexVersion-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bbldc.adoc[bbldc]::xref:BloombergLP/bbldc/DayCountConvention.adoc[DayCountConvention]::maxSupportedBdexVersion :relfileprefix: ../../../ :mrdocs: Return the maximum valid BDEX format version, as indicated by the specified `versionSelector`, to be passed to the `bdexStreamOut` method. 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. == Synopsis Declared in `<bbldc_daycountconvention.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int maxSupportedBdexVersion(int versionSelector); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#