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

Return Value

a Time value that is the difference of lhs and rhs

Parameters

Name

Description

lhs

time operand

rhs

datetime interval to subtract

Created with MrDocs