Converts an absl::Duration to a std::chrono::minutes value.
Synopsis
Declared in <absl/time/time.h>
std::chrono::minutes
ToChronoMinutes(Duration d);
Return Value
The equivalent std::chrono::minutes value.
Parameters
Name |
Description |
d |
The duration to convert. |
Created with MrDocs