Converts a Duration to a floating‐point count of minutes.
Synopsis
Declared in <absl/time/time.h>
double
ToDoubleMinutes(Duration d);
Return Value
The number of minutes in d, including any fraction.
Parameters
Name |
Description |
d |
The duration to convert. |
Created with MrDocs