Returns the product of a duration and a scalar.
Declared in <absl/time/time.h>
<absl/time/time.h>
template<typename T> Duration operator*( Duration lhs, T rhs);
The product lhs * rhs.
lhs * rhs