GregorianCalendar.GetLeastMaximum(CalendarField) 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 lowest maximum value for the given calendar field
of this GregorianCalendar
instance.
[Android.Runtime.Register("getLeastMaximum", "(I)I", "GetGetLeastMaximum_IHandler")]
public override int GetLeastMaximum (Java.Util.CalendarField field);
[<Android.Runtime.Register("getLeastMaximum", "(I)I", "GetGetLeastMaximum_IHandler")>]
override this.GetLeastMaximum : Java.Util.CalendarField -> int
Parameters
- field
- CalendarField
the calendar field
Returns
the lowest maximum value for the given calendar field.
- Attributes
Remarks
Returns the lowest maximum value for the given calendar field of this GregorianCalendar
instance. The lowest maximum value is defined as the smallest value returned by #getActualMaximum(int)
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.getLeastMaximum(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.