Next Previous Up Top Contents Index

7.6 The DATE module

date-hours

Function

Summary

Returns the hour component of a specified date.

Signature

date-hours date => hour

Arguments

date
An instance of <date>.

Values

hour
An instance of <integer>.

Library

system

Module

date

Description

Returns the hour component of the specified date. This component is always expressed in 24 hour format.

See also

decode-date, page 144

date-month, page 139

date-day, page 135

date-year, page 142

date-minutes, page 139

date-seconds, page 140

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