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.
These functions create and manipulate time values.
| Name | Description |
|---|---|
| Time.EndOfHour | Returns the end of the hour. |
| Time.From | Returns a time value from a value. |
| Time.FromText | Creates a Time from local, universal, and custom Time formats. |
| Time.Hour | Returns an hour value from a DateTime value. |
| Time.Minute | Returns a minute value from a DateTime value. |
| Time.Second | Returns a second value from a DateTime value |
| Time.StartOfHour | Returns the start of the hour. |
| Time.ToRecord | Returns a record containing parts of a Date value. |
| Time.ToText | Returns a text value from a Time value. |
| #time | Creates a time value from hour, minute, and second. |