[#absl-operator_minus-0b] = xref:absl.adoc[absl]::operator‐ :relfileprefix: ../ :mrdocs: Returns the duration between two times. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Duration.adoc[Duration] operator‐( xref:absl/Time.adoc[Time] lhs, xref:absl/Time.adoc[Time] rhs); ---- == Return Value The duration `lhs ‐ rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand time. | *rhs* | The right‐hand time. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#