IsoFields.WeekBasedYear Property

Definition

The field that represents the week-based-year.

[Android.Runtime.Register("WEEK_BASED_YEAR", ApiSince=26)]
public static Java.Time.Temporal.ITemporalField? WeekBasedYear { get; }
[<Android.Runtime.Register("WEEK_BASED_YEAR", ApiSince=26)>]
static member WeekBasedYear : Java.Time.Temporal.ITemporalField

Property Value

Attributes

Remarks

The field that represents the week-based-year.

This field allows the week-based-year value to be queried and set.

The field has a range that matches LocalDate#MAX and LocalDate#MIN.

In the resolving phase of parsing, a date can be created from a week-based-year, week-of-week-based-year and day-of-week. See #WEEK_OF_WEEK_BASED_YEAR for details.

This unit is an immutable and thread-safe singleton.

Java documentation for java.time.temporal.IsoFields.WEEK_BASED_YEAR.

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