time{...}

Creates a time value, representing a time of day. You can use the 24-hour clock or AM/PM. Fractional seconds are allowed.

ExamplesClick an example to insert it
time{08:57}time from hms(8{hour}, 57{minute}, 0{s})
time{9:12:03 PM}time from hms(21{hour}, 12{minute}, 3{s})
time{23:59:59.999999}time from hms(23{hour}, 59{minute}, 59.999999{s})