Next Previous Up Top Contents Index

7.6 The DATE module

date-seconds

Function

Summary

Returns the seconds component of a specified date.

Signature

date-seconds date => seconds

Arguments

date
An instance of <date>.

Values

seconds
An instance of <integer>.

Library

system

Module

date

Description

Returns the seconds component of the specified date. Note that this does not return the entire date object, represented as a number of seconds; it returns any value assigned to the seconds: init-keyword when the <date> object was created.

See also

decode-date, page 144

date-month, page 139

date-day, page 135

date-hours, page 137

date-minutes, page 139

date-year, page 142

date-microseconds, page 138

date-time-zone-offset, page 141

date-day-of-week, page 136


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index