[#BloombergLP-baltzo-LocalDatetime-maxSupportedBdexVersion-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalDatetime.adoc[LocalDatetime]::maxSupportedBdexVersion :relfileprefix: ../../../ :mrdocs: `maxSupportedBdexVersion` overloads == Synopses Declared in `<baltzo_localdatetime.h>` Return the most current BDEX streaming version number supported by this class. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baltzo/LocalDatetime/maxSupportedBdexVersion-0f.adoc[maxSupportedBdexVersion](); ---- [.small]#xref:BloombergLP/baltzo/LocalDatetime/maxSupportedBdexVersion-0f.adoc[_» more..._]# Return the maximum valid BDEX format version, as indicated by the specified `versionSelector`, to be passed to the `bdexStreamOut` method. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baltzo/LocalDatetime/maxSupportedBdexVersion-03.adoc[maxSupportedBdexVersion](int versionSelector); ---- [.small]#xref:BloombergLP/baltzo/LocalDatetime/maxSupportedBdexVersion-03.adoc[_» more..._]# == Return Value * the most current BDEX streaming version number supported by this class * the maximum valid BDEX format version for `versionSelector` == Parameters [cols="1,4"] |=== | Name| Description | *versionSelector* | BDEX version selector (typically YYYYMMDD) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#