Node:SRFI-19 Time object and accessors, Next:SRFI-19 Time comparison procedures, Previous:SRFI-19 Current time and clock resolution, Up:SRFI-19
(make-time type nanosecond second)
(time? obj)
(time-type time)
(time-nanosecond time)
(time-second time)
(set-time-type! time type)
(set-time-nanosecond! time nsec)
(set-time-second! time sec)
(copy-time time)