Node:SRFI-19 Time object and accessors, Next:, Previous:SRFI-19 Current time and clock resolution, Up:SRFI-19



39.15.3 SRFI-19 Time object and accessors


           (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)