Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 405 Bytes

duration-seconds.md

File metadata and controls

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

Duration.Seconds

Syntax

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

About

Returns the seconds portion of duration.

Example 1

Extract the seconds from a duration value.

Usage

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

Output

2