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