IsoFields.QuarterYears Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unit that represents the concept of a quarter-year.
[Android.Runtime.Register("QUARTER_YEARS", ApiSince=26)]
public static Java.Time.Temporal.ITemporalUnit? QuarterYears { get; }
[<Android.Runtime.Register("QUARTER_YEARS", ApiSince=26)>]
static member QuarterYears : Java.Time.Temporal.ITemporalUnit
Property Value
- Attributes
Remarks
Unit that represents the concept of a quarter-year. For the ISO calendar system, it is equal to 3 months. The estimated duration of a quarter-year is one quarter of 365.2425 Days
.
This unit is an immutable and thread-safe singleton.
Java documentation for java.time.temporal.IsoFields.QUARTER_YEARS
.
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.