IntlCalendar::getActualMinimum
The minimum value for a field, considering the objectʼs current time
Description
Object-oriented style
public intfalse IntlCalendar::getActualMinimum(int $field)
intfalse intlcal_get_actual_minimum(IntlCalendar $calendar, int $field)
For the Gregorian calendar, this is always the same as
IntlCalendar::getMinimum.
Parameters
-
calendar
-
An IntlCalendar instance.
-
field
-
One of the IntlCalendar date/time field constants. These are integer
values between 0 and
IntlCalendar::FIELD_COUNT.
Return Values
An int representing the minimum value in the fieldʼs
unit or false on failure.
See Also
- IntlCalendar::getMinimum
- IntlCalendar::getGreatestMinimum
- IntlCalendar::getActualMaximum