date-day
Function
Summary
Returns the day of the month component of a specified date.
Signature
date-day date => day
Arguments
- date
- An instance of
<date>.
Values
- day
- An instance of
<integer>.
Library
system
Module
date
Description
Returns the day of the month component of the specified date. For example, if passed a <date> that represented 16:36 on the 20th June, 1997, date-day returns the value 20.
See also
decode-date, page 144
date-month, page 139
date-year, page 142
date-hours, page 137
date-minutes, page 139
date-seconds, page 140
date-microseconds, page 138
date-time-zone-offset, page 141
date-day-of-week, page 136