Power Query
published
Search
⌃K

Duration.TotalSeconds

Duration.TotalSeconds

Returns the total seconds this duration spans.
function (optional duration as nullable any) as nullable any

Description

Returns the total seconds spanned by the provided duration value, duration.

Category

Duration

Examples

Find the total seconds spanned in #duration(5, 4, 3, 2).
Duration.TotalSeconds(#duration(5, 4, 3, 2))
446582