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.
Create a DateTz with the specified local date and UTC 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