Subtract from this time object the value of the specified rhs datetime interval, and return a reference providing modifiable access to this object.

Synopsis

Declared in <bdlt_time.h>

Time&
operator‐=(DatetimeInterval const& rhs);

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

rhs

datetime interval to subtract

Created with MrDocs