Calendar.Get(CalendarField) Method

Definition

Returns the value for a given time field.

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

Parameters

field
CalendarField

the given time field.

Returns

the value for the given time field.

Attributes

Remarks

Returns the value for a given time field.

Java documentation for android.icu.util.Calendar.get(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