Returns the time obtained by moving a time back by a duration.

Synopsis

Declared in <absl/time/time.h>

Time
operator‐(
    Time lhs,
    Duration rhs);

Return Value

The time lhs ‐ rhs.

Parameters

Name

Description

lhs

The time operand.

rhs

The duration to subtract.

Created with MrDocs