Java.Util.Date.After Method
Returns if this Date is after the specified Date.

Syntax

[Android.Runtime.Register("after", "(Ljava/util/Date;)Z", "GetAfter_Ljava_util_Date_Handler")]
public virtual bool After (Date date)

Parameters

date
a Date instance to compare.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns if this Date is after the specified Date.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1