Calendar.InternalGet(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.
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.