[#absl-operator_mod-02] = xref:absl.adoc[absl]::operator% :relfileprefix: ../ :mrdocs: Returns the remainder of one duration divided by another. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Duration.adoc[Duration] operator%( xref:absl/Duration.adoc[Duration] lhs, xref:absl/Duration.adoc[Duration] rhs); ---- == Return Value The remainder `lhs % rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The numerator duration. | *rhs* | The denominator duration. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#