Calendar.before

Calendar.before

Class Overview | Class Members | This Package | All Packages

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