[#BloombergLP-bsls-TimeInterval-operator_minus_eq-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval]::operator‐= :relfileprefix: ../../../ :mrdocs: Subtract from this time interval the value of the specified `rhs` real number of seconds, and return a reference providing modifiable access to this object. The fractional part of `rhs`, if any, is rounded to the nearest whole number of nanoseconds before being subtracted from this object. The behavior is undefined unless `rhs` can be converted to a valid `TimeInterval` object whose `seconds` field is greater than `LLONG_MIN`, and the total number of seconds in the resulting time interval can be represented with a 64‐bit signed integer. == Synopsis Declared in `<bsls_timeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval]& operator‐=(double rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#