Calendar.GetMinimum(CalendarField) Method

Definition

Returns the minimum value for the given calendar field of this Calendar instance.

[Android.Runtime.Register("getMinimum", "(I)I", "GetGetMinimum_IHandler")]
public abstract int GetMinimum (Java.Util.CalendarField field);
[<Android.Runtime.Register("getMinimum", "(I)I", "GetGetMinimum_IHandler")>]
abstract member GetMinimum : Java.Util.CalendarField -> int

Parameters

field
CalendarField

the calendar field.

Returns

the minimum value for the given calendar field.

Attributes

Remarks

Returns the minimum value for the given calendar field of this Calendar instance. The minimum value is defined as the smallest value returned by the #get(int) get method for any possible time value. The minimum value depends on calendar system specific parameters of the instance.

Java documentation for java.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