Return a DatetimeInterval object initialized with the difference between the specified lhs and rhs time values.
Declared in <bdlt_time.h>
bdlt::DatetimeInterval
operator-(
Time const& lhs,
Time const& rhs);
a DatetimeInterval initialized with the difference of lhs and rhs
| Name | Description |
|---|---|
| lhs | left-hand time operand |
| rhs | right-hand time operand |