Date.after
Class Overview | Class Members |
This Package |
All Packages
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.