Converts a Duration to an integral count of minutes.

Synopsis

Declared in <absl/time/time.h>

constexpr
int64_t
ToInt64Minutes(Duration d);

Return Value

The number of whole minutes in d.

Parameters

Name

Description

d

The duration to convert.

Created with MrDocs