[#BloombergLP-baltzo-LocalTimePeriod-2constructor-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod]::LocalTimePeriod :relfileprefix: ../../../ :mrdocs: Create a `LocalTimePeriod` object with the same value as the specified `original` object. Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. == Synopsis Declared in `<baltzo_localtimeperiod.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- LocalTimePeriod( xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod] const& original, xref:BloombergLP/baltzo/LocalTimePeriod/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- == Parameters [cols="1,4"] |=== | Name| Description | *original* | the object whose value is copied | *allocator* | the allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#