Next: posix time tms, Previous: posix time timeval, Up: posix time [Index]
struct-timespecScheme level representation of struct timespec, (libc)struct timeval.  It has the following fields:
tv_secExact integer, represents a count of seconds.
tv_nsecExact integer, represents a count of nanoseconds.
Build and return a new instance of struct-timespec.
Return #t if obj is an instance of struct-timespec.
Accessors for the fields of struct-timespec.