Calendar
represents a time before the time represented by the specified Object
. This method is equivalent to: if and only ifcompareTo(when) < 0
when
is a Calendar
instance. Otherwise, the method returns false
.
@param when the Object
to be compared
@return true
if the time of thisCalendar
is before the time represented by when
; false
otherwise.
@see #compareTo(Calendar)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|