Same as the preceding overload.
Declared in <bsls_timeinterval.h>
bsls::TimeInterval
operator-(
double lhs,
TimeInterval const& rhs);
difference of lhs and rhs as a TimeInterval
| Name | Description |
|---|---|
| lhs | left-hand seconds as double |
| rhs | right-hand time interval |