Return a DatetimeInterval object initialized with the difference between the specified lhs and rhs time values.

Synopsis

Declared in <bdlt_time.h>

bdlt::DatetimeInterval
operator‐(
    Time const& lhs,
    Time const& rhs);

Created with MrDocs