Duration.Seconds
Returns the seconds part of this duration.
function (optionalduration
as nullable any) as nullable any
Returns the seconds component of the provided
duration
value, duration
.Duration
Find the seconds in #duration(5, 4, 3, 2).
Duration.Seconds(#duration(5, 4, 3, 2))
2
Last modified 4yr ago