Instant.IsAfter(Instant) Method

Definition

[Android.Runtime.Register("isAfter", "(Ljava/time/Instant;)Z", "", ApiSince=26)]
public bool IsAfter (Java.Time.Instant? otherInstant);
[<Android.Runtime.Register("isAfter", "(Ljava/time/Instant;)Z", "", ApiSince=26)>]
member this.IsAfter : Java.Time.Instant -> bool

Parameters

otherInstant
Instant

Returns

Attributes

Applies to