Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |