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