DateTz [constructor] | Constructors |
~DateTz [destructor] | Destroy this object. |
operator= | Assign to this object the value of the specified rhs object, and return a reference providing modifiable access to this object. |
bdexStreamIn | Assign to this object the value read from the specified input stream. |
bdexStreamOut | Write this object to the specified output stream using BDEX. |
gmtStartTime | Return the UTC datetime when this object's local date starts. |
localDate | Return the local date represented by this object. |
offset | Return the time zone offset of this DateTz object. Note that the offset is in minutes from UTC. |
print | Write this object to the specified stream in a human-readable format. |
setDateTz | Set this object's local date and time zone offset. |
setDateTzIfValid | Set this object's date and offset if they form a valid DateTz. |
utcStartTime | Return the UTC datetime when this object's local date starts. |
validateAndSetDateTz | Set this object's date and offset if they form a valid DateTz. |