Moves this time back by a duration.

Synopsis

Declared in <absl/time/time.h>

Time&
operator‐=(Duration d);

Return Value

A reference to this time.

Parameters

Name

Description

d

The duration to subtract.

Created with MrDocs