[#absl-operator_star-07] = xref:absl.adoc[absl]::operator* :relfileprefix: ../ :mrdocs: Returns the product of a duration and a scalar. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:absl/Duration.adoc[Duration] operator*( xref:absl/Duration.adoc[Duration] lhs, T rhs); ---- == Return Value The product `lhs * rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The duration operand. | *rhs* | The scalar factor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#