Power Query
published
Search
⌃K

Duration.Seconds

Duration.Seconds

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

Description

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

Category

Duration

Examples

Find the seconds in #duration(5, 4, 3, 2).
Duration.Seconds(#duration(5, 4, 3, 2))
2