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);
Created with MrDocs