time from hms(hour, minute, second)time Type: (Number{hour}, Number{minute}, Number{s}) -> Time

Creates a time-of-day (or clock time) from the given hours, minutes and seconds.

ExamplesClick an example to insert it
time from hms(13{hour}, 31{minute}, 0{s})time{13:31:00}