The TIME
type
expresses a time in milliseconds. Encoded in 32 bits, this type can
be used to obtain times from 0 to 2 32-1 milliseconds.
The TIME
type has the following units: days
(d
), hours (h
), minutes (m
), seconds (s
) and milliseconds (ms
). A literal value of type TIME
is represented
by a combination of the preceding types prefixed with T#
, t#
, TIME#
or time#
.
Examples: T#25h15m
, t#14,7S
, TIME#5d10h23m45s3ms