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