Return a Time value that is the difference between the specified lhs time and the specified rhs datetime interval.
Declared in <bdlt_time.h>
bdlt::Time
operator-(
Time const& lhs,
DatetimeInterval const& rhs);
a Time value that is the difference of lhs and rhs
| Name | Description |
|---|---|
| lhs | time operand |
| rhs | datetime interval to subtract |