Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 450 Bytes

duration-totalseconds.md

File metadata and controls

29 lines (19 loc) · 450 Bytes
description title
Learn more about: Duration.TotalSeconds
Duration.TotalSeconds

Duration.TotalSeconds

Syntax

Duration.TotalSeconds(duration as nullable duration) as nullable number

About

Returns the total seconds spanned by duration.

Example 1

Find the total seconds spanned by a duration value.

Usage

Duration.TotalSeconds(#duration(5, 4, 3, 2))

Output

446582