Time Functions
Functions for creating and manipulating time values.
- Time.FromConverts a value to a time.
- 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.ToRecordConverts a time value to a record containing its parts.