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