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