[#absl-operator_minus-0ea] = xref:absl.adoc[absl]::operator‐ :relfileprefix: ../ :mrdocs: Returns the time obtained by moving a time back by a duration. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Time.adoc[Time] operator‐( xref:absl/Time.adoc[Time] lhs, xref:absl/Duration.adoc[Duration] rhs); ---- == Return Value The time `lhs ‐ rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The time operand. | *rhs* | The duration to subtract. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#