#time

Generates a time value based on numerical inputs for the hour, minute, and (partial) second. An error will be triggered if the following conditions are not met: - The hour must be between 0 and 24. - ...

Syntax

#time(hour as number, minute as number, second as number) as time

About

Generates a time value based on numerical inputs for the hour, minute, and (partial) second. An error will be triggered if the following conditions are not met: - The hour must be between 0 and 24. - The minute must be between 0 and 59. - The second must be between 0 and 59. If the hour is 24, then the minute and second must both be 0.