[#absl-operator_plus-0b] = xref:absl.adoc[absl]::operator+ :relfileprefix: ../ :mrdocs: Returns the time obtained by advancing a time 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 add. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#