Calendar.GetGreatestMinimum(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 highest minimum value for the given calendar field
of this Calendar
instance.
[Android.Runtime.Register("getGreatestMinimum", "(I)I", "GetGetGreatestMinimum_IHandler")]
public abstract int GetGreatestMinimum (Java.Util.CalendarField field);
[<Android.Runtime.Register("getGreatestMinimum", "(I)I", "GetGetGreatestMinimum_IHandler")>]
abstract member GetGreatestMinimum : Java.Util.CalendarField -> int
Parameters
- field
- CalendarField
the calendar field.
Returns
the highest minimum value for the given calendar field.
- Attributes
Remarks
Returns the highest minimum value for the given calendar field of this Calendar
instance. The highest minimum value is defined as the largest value returned by #getActualMinimum(int)
for any possible time value. The greatest minimum value depends on calendar system specific parameters of the instance.
Java documentation for java.util.Calendar.getGreatestMinimum(.*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.