Next: posix time tms, Previous: posix time timeval, Up: posix time [Index]
struct-timespec
Scheme level representation of struct timespec
, (libc)struct timeval. It has the following fields:
tv_sec
Exact integer, represents a count of seconds.
tv_nsec
Exact 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
.