Language

GregorianCalendar.HandleGetExtendedYear Method

Definition

Returns the extended year defined by the current fields.

[Android.Runtime.Register("handleGetExtendedYear", "()I", "GetHandleGetExtendedYearHandler", ApiSince=24)]
protected override int HandleGetExtendedYear();
[<Android.Runtime.Register("handleGetExtendedYear", "()I", "GetHandleGetExtendedYearHandler", ApiSince=24)>]
override this.HandleGetExtendedYear : unit -> int

Returns

the extended year

Attributes

Remarks

Returns the extended year defined by the current fields. This will use the EXTENDED_YEAR field or the YEAR and supra-year fields (such as ERA) specific to the calendar system, depending on which set of fields is newer.

Android reference for android.icu.util.GregorianCalendar.handleGetExtendedYear.

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