Advances this time by a duration.
Declared in <absl/time/time.h>
<absl/time/time.h>
Time& operator+=(Duration d);
A reference to this time.
Name
Description
d
The duration to add.
Created with MrDocs