Calendar.InternalGet(Int32) Method

Definition

Returns the value of the given calendar field.

[Android.Runtime.Register("internalGet", "(I)I", "")]
protected int InternalGet (int field);
[<Android.Runtime.Register("internalGet", "(I)I", "")>]
member this.InternalGet : int -> int

Parameters

field
Int32

the given calendar field.

Returns

the value for the given calendar field.

Attributes

Remarks

Returns the value of the given calendar field. This method does not involve normalization or validation of the field value.

Java documentation for java.util.Calendar.internalGet(.*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.

Applies to