Compartilhar via


Calendar.HandleGetExtendedYear Method

Definition

Returns the extended year defined by the current fields.

[Android.Runtime.Register("handleGetExtendedYear", "()I", "GetHandleGetExtendedYearHandler", ApiSince=24)]
protected abstract int HandleGetExtendedYear ();
[<Android.Runtime.Register("handleGetExtendedYear", "()I", "GetHandleGetExtendedYearHandler", ApiSince=24)>]
abstract member 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.

Java documentation for android.icu.util.Calendar.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