Duration.TotalSeconds
- Article
-
-
Duration.TotalSeconds(duration as nullable duration) as nullable number
Returns the total seconds spanned by duration
.
Find the total seconds spanned by a duration value.
Usage
Duration.TotalSeconds(#duration(5, 4, 3, 2))
Output
446582