Calendar
represents a time after 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 this Calendar
isafter the time represented by when
; false
otherwise.
@see #compareTo(Calendar)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|