Cloud
make_time
The make_time() function creates a time value from separate hour, minute, and second fields.
Arguments
-
hour: The hour, as an integer. -
minute: The minute, as an integer. -
second: The second, as a floating-point number (supports fractional seconds).
Was this helpful?