Calendar.equals

Calendar.equals

Class Overview | Class Members | This Package | All Packages

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

Overrides
equals in class Object