Power Query
published
Search
⌃K

Duration.TotalHours

Duration.TotalHours

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

Description

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

Category

Duration

Examples

Find the total hours spanned in #duration(5, 4, 3, 2).
Duration.TotalHours(#duration(5, 4, 3, 2))
124.05055555555555