Constructors

Synopses

Declared in <bdlt_datetz.h>

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

DateTz();

Create a DateTz object having the same value as the specified original object.

DateTz(DateTz const& original);

Create a DateTz with the specified local date and UTC offset.

DateTz(
    Date const& localDate,
    int offset);

Parameters

Name

Description

original

object to copy

localDate

local date value for the new object

offset

time zone offset from UTC in minutes

Created with MrDocs