ChineseCalendar.HandleGetExtendedYear Method
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.
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.