Calendar.GetMinimum(CalendarField) Method

Definition

Returns the minimum value for the given time field.

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

Parameters

field
CalendarField

the given time field.

Returns

the minimum value for the given time field.

Attributes

Remarks

Returns the minimum value for the given time field. e.g., for Gregorian DAY_OF_MONTH, 1.

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