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