| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
srfi-19 - Time data types and procedures This SRFI defines various representations of time and date, and conversion methods among them.
On Gauche, time object is supported natively by <time> class
(See section 6.21.8.2 SRFI time). Date object is supported by <date> class
described below.
10.9.1 Time types 10.9.2 Time queries 10.9.3 Time procedures 10.9.4 Date 10.9.5 Date reader and writer