[#BloombergLP-bdlt-DateTz-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/DateTz.adoc[DateTz]::DateTz :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlt_datetz.h>` Create a `DateTz` object having the (default) attribute values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/DateTz/2constructor-04.adoc[DateTz](); ---- [.small]#xref:BloombergLP/bdlt/DateTz/2constructor-04.adoc[_» more..._]# Create a `DateTz` object having the same value as the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/DateTz/2constructor-01.adoc[DateTz](xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& original); ---- [.small]#xref:BloombergLP/bdlt/DateTz/2constructor-01.adoc[_» more..._]# Create a `DateTz` object having a local date value equal to the specified `localDate` and a time zone offset value from UTC equal to the specified `offset` (in minutes). The behavior is undefined unless `offset` is in the range `( ‐1440 .. 1440 )`. Note that this method provides no validation, and it is the user's responsibility to ensure that `offset` represents a valid time zone and that `localDate` represents a valid date in that time zone. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/DateTz/2constructor-0b.adoc[DateTz]( xref:BloombergLP/bdlt/Date.adoc[Date] const& localDate, int offset); ---- [.small]#xref:BloombergLP/bdlt/DateTz/2constructor-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#