Subtracts a duration from this one.

Synopsis

Declared in <absl/time/time.h>

Duration&
operator‐=(Duration d);

Return Value

A reference to this duration.

Parameters

Name

Description

d

The duration to subtract.

Created with MrDocs