[#BloombergLP-balber-BerUtil_Iso8601ImpUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::BerUtil_Iso8601ImpUtil :relfileprefix: ../../ :mrdocs: Utilities for ISO 8601 date and time BER encoding and decoding. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BerUtil_Iso8601ImpUtil; ---- == Description This component‐private utility `struct` provides a namespace for a suite of functions used by `BerUtil` to implement BER encoding and decoding operations for date and time values in the ISO 8601 format. See the component‐level documentation of {`bdlt_iso8601util`} for a complete description of the ISO 8601 format used by the functions provided by this `struct`. == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/StringUtil.adoc[`StringUtil`] | `StringUtil` is an alias to a namespace for a suite of functions used to implement BER encoder and decoding operations for string values. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/getDateTzValue.adoc[`getDateTzValue`] | Decode an ISO 8601 date with time zone from `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/getDateValue.adoc[`getDateValue`] | Decode an ISO 8601 date from `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/getDatetimeTzValue.adoc[`getDatetimeTzValue`] | Decode an ISO 8601 datetime with time zone from `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/getDatetimeValue.adoc[`getDatetimeValue`] | Decode an ISO 8601 datetime from `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/getTimeTzValue.adoc[`getTimeTzValue`] | Decode an ISO 8601 time with time zone from `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/getTimeValue.adoc[`getTimeValue`] | Decode an ISO 8601 time from `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/putDateTzValue.adoc[`putDateTzValue`] | Encode a date with time zone in ISO 8601 form to `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/putDateValue.adoc[`putDateValue`] | Encode a date in ISO 8601 form to `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/putDatetimeTzValue.adoc[`putDatetimeTzValue`] | Encode a datetime with time zone in ISO 8601 form to `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/putDatetimeValue.adoc[`putDatetimeValue`] | Encode a datetime in ISO 8601 form to `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/putTimeTzValue.adoc[`putTimeTzValue`] | Encode a time with time zone in ISO 8601 form to `streamBuf`. | xref:BloombergLP/balber/BerUtil_Iso8601ImpUtil/putTimeValue.adoc[`putTimeValue`] | Encode a time in ISO 8601 form to `streamBuf`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#