Next: srfi time spec conversion, Previous: srfi time spec time, Up: srfi time spec [Index]
Date objects are immutable once created. The following procedures are required.
Create a date object.
Return #t
if object is a date
object; otherwise return
#f
.
Return the Nanosecond component of date.
Return the Second component of date.
Return the Minute component of date.
Return the Hour component of date.
Return the date
component of date.
Return the Month component of date.
Return the Year component of date.
Return the Time zone component of date.
Return the ordinal day of the year of this date. January 1 is 1, etc.
Return the day of the week of this date, where Sunday=0, Monday=1, etc.
Return the ordinal week of the year which holds this date, ignoring a first partial week. day-of-week-starting-week is the integer corresponding to the day of the week which is to be considered the first day of the week (Sunday=0, Monday=1, etc.).