Java Calendar getLeastMaximum() Method



Description

The Java Calendar getLeastMaximum(int field) method returns the lowest maximum value for the given calendar field of this Calendar instance.

Declaration

Following is the declaration for Java.util.Calendar.getLeastMaximum(int field) method

public abstract int getLeastMaximum(int field)

Parameters

field − the given calendar field.

Return Value