Addition assignment operators
Declared in <bdlt_datetime.h>
Add the specified datetime interval rhs to this datetime.
Datetime&
operator+=(DatetimeInterval const& rhs);
» more...
Add the specified time interval rhs to this datetime.
Datetime&
operator+=(bsls::TimeInterval const& rhs);
» more...
reference to this object
| Name | Description |
|---|---|
| rhs | datetime interval to add |