IntlCalendar::getActualMinimum
The minimum value for a field, considering the objectʼs current time
Description
public int IntlCalendar::getActualMinimum
( int $field
)
For the Gregorian calendar, this is always the same as
IntlCalendar::getMinimum.
Parameters
-
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