Calendar.InternalGet Method

Definition

Overloads

InternalGet(CalendarField, Int32)
InternalGet(CalendarField)

InternalGet(CalendarField, Int32)

[Android.Runtime.Register("internalGet", "(II)I", "", ApiSince=24)]
protected int InternalGet (Android.Icu.Util.CalendarField field, int defaultValue);
[<Android.Runtime.Register("internalGet", "(II)I", "", ApiSince=24)>]
member this.InternalGet : Android.Icu.Util.CalendarField * int -> int

Parameters

defaultValue
Int32

Returns

Attributes

Remarks

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

InternalGet(CalendarField)

[Android.Runtime.Register("internalGet", "(I)I", "", ApiSince=24)]
protected int InternalGet (Android.Icu.Util.CalendarField field);
[<Android.Runtime.Register("internalGet", "(I)I", "", ApiSince=24)>]
member this.InternalGet : Android.Icu.Util.CalendarField -> int

Parameters

Returns

Attributes

Remarks

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