Power Query
published
Search
⌃K

Duration.Minutes

Duration.Minutes

Returns the minutes part of this duration.
function (optional duration as nullable any) as nullable any

Description

Returns the minutes component of the provided duration value, duration.

Category

Duration

Examples

Find the minutes in #duration(5, 4, 3, 2).
Duration.Minutes(#duration(5, 4, 3, 2))
3