Next Previous Up Top Contents Index

7.6 The DATE module

date-microseconds

Function

Summary

Returns the microseconds component of a specified date.

Signature

date-microseconds date => microseconds

Arguments

date
An instance of <date>.

Values

microseconds
An instance of <integer>.

Library

system

Module

date

Description

Returns the microseconds component of the specified date. Note that this does not return the entire date object, represented as a number of microseconds; it returns any value assigned to the microseconds: 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-seconds, page 140

date-year, page 142

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