Returns the duration between two times.

Synopsis

Declared in <absl/time/time.h>

Duration
operator‐(
    Time lhs,
    Time rhs);

Return Value

The duration lhs ‐ rhs.

Parameters

Name

Description

lhs

The left‐hand time.

rhs

The right‐hand time.

Created with MrDocs