Duration.Seconds

構文

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

詳細

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

例 1

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

使用方法

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

出力

2