Time
A time of day.
print $Time(23.5075) print $Time(23:30.45) print $Time(23:30:27)
print $time(utc) print $time(lst)
time()
function
returns the time of day on a given timescale. Functions that
take Time
arguments include the
after()
and
between()
functions. These are used to schedule events to occur within
given times of day.