ITemporalField.IsDateBased Property

Definition

Checks if this field represents a component of a date.

public bool IsDateBased { [Android.Runtime.Register("isDateBased", "()Z", "GetIsDateBasedHandler:Java.Time.Temporal.ITemporalFieldInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isDateBased", "()Z", "GetIsDateBasedHandler:Java.Time.Temporal.ITemporalFieldInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
member this.IsDateBased : bool

Property Value

true if this field is a component of a date

Attributes

Remarks

Checks if this field represents a component of a date.

A field is date-based if it can be derived from EpochDay. Both isDateBased() and isTimeBased() may return false, such as for a field representing minute-of-week.

Java documentation for java.time.temporal.TemporalField.isDateBased().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to