Duration.TotalHours
Returns the total hours this duration spans.
function (optionalduration
as nullable any) as nullable any
Returns the total hours spanned by the provided
duration
value, duration
.Duration
Find the total hours spanned in #duration(5, 4, 3, 2).
Duration.TotalHours(#duration(5, 4, 3, 2))
124.05055555555555
Last modified 4yr ago