ChineseCalendar.HandleGetLimit(CalendarField, Int32) 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.
Override Calendar to return the limit value for the given field.
[Android.Runtime.Register("handleGetLimit", "(II)I", "GetHandleGetLimit_IIHandler", ApiSince=24)]
protected override int HandleGetLimit (Android.Icu.Util.CalendarField field, int limitType);
[<Android.Runtime.Register("handleGetLimit", "(II)I", "GetHandleGetLimit_IIHandler", ApiSince=24)>]
override this.HandleGetLimit : Android.Icu.Util.CalendarField * int -> int
Parameters
- field
- CalendarField
- limitType
- Int32
Returns
- Attributes
Remarks
Override Calendar to return the limit value for the given field.
Java documentation for android.icu.util.ChineseCalendar.handleGetLimit(int, int)
.
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.