[#BloombergLP-baltzo-DstPolicy] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::DstPolicy :relfileprefix: ../../ :mrdocs: Namespace for enumerating daylight‐saving time (DST) policies. == Synopsis Declared in `<baltzo_dstpolicy.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DstPolicy; ---- == Description This `struct` provides a namespace for enumerating the set of policies for interpreting whether a local time is a daylight‐saving time. See `Enum` in the TYPES sub‐section for details. This class: * supports a complete set of _enumeration_ operations * except for `bdex` serialization * is `const` _thread‐safe_ For terminology see `bsldoc_glossary`. == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baltzo/DstPolicy/Enum.adoc[`Enum`] | Daylight‐saving time interpretation policy. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baltzo/DstPolicy/print.adoc[`print`] | Write the string representation of the specified enumeration `value` to the specified output `stream`. | xref:BloombergLP/baltzo/DstPolicy/toAscii.adoc[`toAscii`] | Return the string representation of the specified enumeration `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#