Returns the total seconds this duration spans.
function (optional
duration
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