メインコンテンツまでスキップ

Duration.Seconds

期間の秒の部分を返します。

Syntax

Duration.Seconds(
duration as duration
) as number

Remarks

duration の秒の部分を返します。

Examples

Example #1

期間の値から秒を抽出します。

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

Result:

2

Category

Duration