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
DateTime.Time(dateTime as any) as nullable time
About
Returns the time part of the given datetime value, dateTime.
Example
Find the time value of #datetime(2010, 12, 31, 11, 56, 02).
Usage
DateTime.Time(#datetime(2010, 12, 31, 11, 56, 02))
Output
#time(11, 56, 2)