[#absl-Time-operator_plus_eq] = xref:absl.adoc[absl]::xref:absl/Time.adoc[Time]::operator+= :relfileprefix: ../../ :mrdocs: Advances this 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/Duration.adoc[Duration] d); ---- == Return Value A reference to this time. == Parameters [cols="1,4"] |=== | Name| Description | *d* | The duration to add. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#