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