Addition assignment operators
Synopses
Declared in <bdlt_datetime.h>
Add the specified datetime interval rhs to this datetime.
Datetime&
operator+=(DatetimeInterval const& rhs);
Add the specified time interval rhs to this datetime.
Datetime&
operator+=(bsls::TimeInterval const& rhs);
Return Value
reference to this object
Parameters
Name |
Description |
rhs |
datetime interval to add |
Created with MrDocs