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)
true
if and only if the instant represented by this Date object is strictly later than the instant represented by when; false
otherwise.
@exception NullPointerException if when
is null.
true
if this Clock occurred after the specified Clock c
.Otherwise, false
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|