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);

Created with MrDocs