Instant.IsBefore(Instant) Method

Definition

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

Parameters

otherInstant
Instant

Returns

Attributes

Applies to