OffsetDateTime.IsBefore(OffsetDateTime) Método

Definición

Comprueba si el instante de esta fecha y hora es anterior al de la fecha y hora especificadas.

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

Parámetros

other
OffsetDateTime

la otra fecha y hora con la que se va a comparar, no con null

Devoluciones

true si esto es antes del instante de la fecha y hora especificadas

Atributos

Comentarios

Se agregará.

referencia Java referencia para java.time.OffsetDateTime.isBefore.

Se aplica a