次の方法で共有


GregorianCalendar.GetMinimum(CalendarField) Method

Definition

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

[Android.Runtime.Register("getMinimum", "(I)I", "GetGetMinimum_IHandler")]
public override int GetMinimum (Java.Util.CalendarField field);
[<Android.Runtime.Register("getMinimum", "(I)I", "GetGetMinimum_IHandler")>]
override this.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 GregorianCalendar instance. The minimum value is defined as the smallest value returned by the Calendar#get(int) get method for any possible time value, taking into consideration the current values of the Calendar#getFirstDayOfWeek() getFirstDayOfWeek, Calendar#getMinimalDaysInFirstWeek() getMinimalDaysInFirstWeek, #getGregorianChange() getGregorianChange and Calendar#getTimeZone() getTimeZone methods.

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