[#BloombergLP-bdlt-Iso8601UtilConfiguration-2constructor-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Iso8601UtilConfiguration.adoc[Iso8601UtilConfiguration]::Iso8601UtilConfiguration :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlt_iso8601utilconfiguration.h>` Create an `Iso8601UtilConfiguration` object having the (default) attribute values: ` fractionalSecondPrecision() == 3 omitColonInZoneDesignator() == false useCommaForDecimalSign() == false useZAbbreviationForUtc() == false ` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Iso8601UtilConfiguration/2constructor-07.adoc[Iso8601UtilConfiguration](); ---- [.small]#xref:BloombergLP/bdlt/Iso8601UtilConfiguration/2constructor-07.adoc[_» more..._]# Create an `Iso8601UtilConfiguration` object having the value of the specified `original` configuration. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Iso8601UtilConfiguration/2constructor-01.adoc[Iso8601UtilConfiguration](xref:BloombergLP/bdlt/Iso8601UtilConfiguration.adoc[Iso8601UtilConfiguration] const& original); ---- [.small]#xref:BloombergLP/bdlt/Iso8601UtilConfiguration/2constructor-01.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#