Duration.Minutes

Syntax

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

About

Returns the minutes portion of duration.

Example 1

Extract the minutes from a duration value.

Usage

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

Output

3