This value‐semantic class describes a date value in a particular time zone, which is indicated using an offset from UTC (in minutes).
Synopsis
Declared in <bdlt_datetz.h>
class DateTz;
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Assign to this object the value of the specified |
|
Assign to this object the value read from the specified input stream. |
|
Write this object to the specified output stream using BDEX. |
|
Return the UTC datetime when this object's local date starts. |
|
Return the local date represented by this object. |
|
Return the time zone offset of this |
|
Write this object to the specified stream in a human‐readable format. |
|
Set this object's local date and time zone offset. |
|
Set this object's date and offset if they form a valid |
|
Return the UTC datetime when this object's local date starts. |
|
Set this object's date and offset if they form a valid |
Static Member Functions
Name |
Description |
Return whether |
|
|
Non-Member Functions
Name |
Description |
Return whether the specified |
|
Return whether the specified |
Created with MrDocs