Converts a Duration to an integral count of seconds.

Synopsis

Declared in <absl/time/time.h>

constexpr
int64_t
ToInt64Seconds(Duration d);

Return Value

The number of whole seconds in d.

Parameters

Name

Description

d

The duration to convert.

Created with MrDocs