Date.after

Date.after

Class Overview | Class Members | This Package | All Packages

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