ChronoField.IsDateBased Property

Definition

Checks if this field represents a component of a date.

public bool IsDateBased { [Android.Runtime.Register("isDateBased", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isDateBased", "()Z", "", ApiSince=26)>]
member this.IsDateBased : bool

Property Value

true if it is a component of a date

Implements

Attributes

Remarks

Checks if this field represents a component of a date.

Fields from day-of-week to era are date-based.

Java documentation for java.time.temporal.ChronoField.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