Next Previous Up Top Contents Index

7.6 The DATE module

<

Sealed method

Summary

Determines whether one duration is less than another.

Signature

duration1 < duration2 => less-than?

Arguments

duration1
An instance of <duration>.

duration2
An instance of <duration>.

Values

less-than?
An instance of <boolean>.

Library

system

Module

date

Description

This method determines if duration1 is less than duration2. If the durations are actually instances of <day/time-duration>, any differences in microseconds between duration1 and duration2 are ignored.

See also

=, page 128


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index