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
Time.Second(dateTime as any) as nullable number
About
Returns the second component of the provided time, datetime, or datetimezone value, dateTime.
Example
Find the second value from a datetime value.
Usage
Time.Second(#datetime(2011, 12, 31, 9, 15, 36.5))
Output
36.5