Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Syntax
Duration.TotalSeconds(duration as nullable duration) as nullable number
About
Returns the total seconds spanned by duration.
Example
Find the total seconds spanned by a duration value.
Usage
Duration.TotalSeconds(#duration(5, 4, 3, 2))
Output
446582