setActualHourOfDayMinimum()

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

Syntax

Calendar setActualHourOfDayMinimum()

Usage

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