BloombergLP::bdlt::TimeTz::TimeTz

Constructors

Synopses

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...

Parameters

NameDescription
originalobject to copy
localTimelocal time value for the new object
offsettime zone offset from UTC in minutes