Constructors
Declared in <bdlt_datetz.h>
Create a DateTz object having the (default) attribute values.
DateTz();
» more...
Create a DateTz object having the same value as the specified original object.
DateTz(DateTz const& original);
» more...
Create a DateTz with the specified local date and UTC offset.
DateTz(
Date const& localDate,
int offset);
» more...
| Name | Description |
|---|---|
| original | object to copy |
| localDate | local date value for the new object |
| offset | time zone offset from UTC in minutes |