(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1)
Set a time field or several common fields at once
public bool IntlCalendar::set ( int $field, int $value )
Object oriented style
public bool IntlCalendar::set ( int $year , int $month [, int $dayOfMonth = NULL [, int $hour = NULL [, int $minute = NULL [, int $second = NULL ]]]] )
Procedural style
bool intlcal_set ( IntlCalendar $cal , int $field , int $value )
bool intlcal_set ( I