Android.Text.Format.Time.After Method
Returns true if the time represented by this Time object occurs after the given time.

Syntax

[Android.Runtime.Register("after", "(Landroid/text/format/Time;)Z", "GetAfter_Landroid_text_format_Time_Handler")]
public virtual bool After (Time that)

Parameters

that
a given Time object to compare against

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the time represented by this Time object occurs after the given time.

[Android Documentation]

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3