[#BloombergLP-baltzo-LocalTimeValidity] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::LocalTimeValidity :relfileprefix: ../../ :mrdocs: Namespace for enumerating local time validity codes. == Synopsis Declared in `<baltzo_localtimevalidity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct LocalTimeValidity; ---- == Description This `struct` provides a namespace for enumerating the set of validity codes that can be attributed to local time values. See `Enum` in the TYPES sub‐section for details. This class: * supports a complete set of _enumeration_ operations * except for `bdex` serialization For terminology see `bsldoc_glossary`. == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baltzo/LocalTimeValidity/Enum.adoc[`Enum`] | Validity codes for local time values. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baltzo/LocalTimeValidity/print.adoc[`print`] | Write the string representation of the specified enumeration `value` to the specified output `stream`. | xref:BloombergLP/baltzo/LocalTimeValidity/toAscii.adoc[`toAscii`] | Return the string representation of the specified enumeration `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#