Constructors

Synopses

Declared in <bdlt_timetz.h>

Create a TimeTz object having the (default) attribute values.

TimeTz();

Construct a TimeTz object having the same value as the specified original TimeTz object.

TimeTz(TimeTz const& original);

Create a TimeTz with the specified local time and UTC offset.

TimeTz(
    Time const& localTime,
    int offset);

Parameters

Name

Description

original

object to copy

localTime

local time value for the new object

offset

time zone offset from UTC in minutes

Created with MrDocs