setActualSecondMaximum()

Sets the value of the Second field to its actual maximum, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, and setTimeZone methods.

Syntax

Calendar setActualSecondMaximum()

Usage

For example, set the maximum value of the Second field by calling:
Calendar.fromDate(Date.parseString("08/31/1999","mm/dd/yyyy")).setActualSecondMaximum().toDate().toString("MM/dd/yyyy hh:mm:ss")
This example populates a Word Box.