IsoFields.QuarterOfYear Property

Definition

The field that represents the quarter-of-year.

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

Property Value

Attributes

Remarks

The field that represents the quarter-of-year.

This field allows the quarter-of-year value to be queried and set. The quarter-of-year has values from 1 to 4.

The quarter-of-year can only be calculated if the month-of-year is available.

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

This unit is an immutable and thread-safe singleton.

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