Skip to content

count_minutes

Counts the number of minutes in a duration.

count_minutes(x:duration) -> float

This function returns the number of minutes in a duration, i.e., duration / 1min.

The duration to count in.

count_years, count_months, count_weeks, count_days, count_hours, count_minutes, count_seconds, count_milliseconds, count_microseconds, count_nanoseconds