Return a Time value that is the difference between 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