Time Functions
Functions for creating and manipulating time values.
- #timeCreates a time value from hour, minute, and second components.
- Time.EndOfHourReturns the last moment of the hour for the given time or datetime value.
- Time.FromConverts a value to a time.
- Time.FromTextConverts a text representation of a time to a time value.
- Time.HourReturns the hour component from a time, datetime, or datetimezone value.
- Time.MinuteReturns the minute component from a time, datetime, or datetimezone value.
- Time.SecondReturns the second component from a time, datetime, or datetimezone value.
- Time.StartOfHourReturns the first moment of the hour for the given time or datetime value.
- Time.ToRecordConverts a time value to a record containing its parts.
- Time.ToTextConverts a time value to a text string.