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