Date.before

Date.before

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean before( Date when )
Parameters
when
a date.
Returns
true if this date is before the argument date; false otherwise.
Description
Tests if this date is before the specified date.