Skip to main content

Duration.Seconds

Returnează porțiunea de secunde dintr-o durată.

Syntax

Duration.Seconds(
duration as duration
) as number

Remarks

Returnează porțiunea de secunde din duration.

Examples

Example #1

Extrageți secundele dintr-o valoare pentru durată.

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

Result:

2

Category

Duration