다음을 통해 공유


ChineseCalendar.HandleGetExtendedYear Method

Definition

Implement abstract Calendar method to return 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

Attributes

Remarks

Implement abstract Calendar method to return the extended year defined by the current fields. This will use either the ERA and YEAR field as the cycle and year-of-cycle, or the EXTENDED_YEAR field as the continuous year count, depending on which is newer.

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