Calendar.after

Calendar.after

Class Overview | Class Members | This Package | All Packages

Syntax
public abstract boolean after( Object when )
Parameters
when
the Calendar to be compared with this Calendar.
Returns
true if the current time of this Calendar is after the time of Calendar when; false otherwise.
Description
Compares the time field records. Equivalent to comparing result of conversion to UTC.