Next: posix time itimerval, Previous: posix time tms, Up: posix time [Index]
struct-tm
Scheme level representation of struct tm
, (libc)struct tm. It has the following fields:
tm_sec
Exact integer.
tm_min
Exact integer.
tm_hour
Exact integer.
tm_mday
Exact integer.
tm_mon
Exact integer.
tm_year
Exact integer.
tm_wday
Exact integer.
tm_yday
Exact integer.
tm_isdst
Boolean.
tm_gmtoff
Exact integer.
tm_zone
Bytevector.
Build and return a new instance of struct-tm
.
Return #t
if obj is an instance of struct-tm
.
Accessors for instances of struct-tm