Duration.TotalMinutes

Syntax

Duration.TotalMinutes(duration as nullable duration) as nullable number 

About

Returns the total minutes spanned by duration.

Example 1

Find the total minutes spanned by a duration value.

Usage

Duration.TotalMinutes(#duration(5, 4, 3, 2))

Output

7443.0333333333338