IntlCalendar::getWeekendTransition

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get time of the day at which weekend begins or ends public int IntlCalendar::getWeekendTransition ( string $dayOfWeek ) Object oriented style Procedural style int intlcal_get_weekend_transition ( IntlCalendar $cal , string $dayOfWeek ) Returns the number of milliseconds after midnight at which the weekend begins or ends. This is only applicable for days of the week for which Intl

IntlCalendar::getTime

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get time currently represented by the object public float IntlCalendar::getTime ( void ) Object oriented style Procedural style float intlcal_get_time ( IntlCalendar $cal ) Returns the time associated with this object, expressed as the number of milliseconds since the epoch. Parameters: cal The IntlCalendar resource.

IntlCalendar::getSkippedWallTimeOption

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get behavior for handling skipped wall time public int IntlCalendar::getSkippedWallTimeOption ( void ) Object oriented style Procedural style int intlcal_get_skipped_wall_time_option ( IntlCalendar $cal ) Gets the current strategy for dealing with wall times that are skipped whenever the clock is forwarded during dailight saving time start transitions. The default value is IntlCale

IntlCalendar::inDaylightTime

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Whether the objectʼs time is in Daylight Savings Time public bool IntlCalendar::inDaylightTime ( void ) Object oriented style Procedural style bool intlcal_in_daylight_time ( IntlCalendar $cal ) Whether, for the instant represented by this object and for this objectʼs timezone, daylight saving time is in place. Parameters: cal T

IntlCalendar::getType

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the calendar type public string IntlCalendar::getType ( void ) Object oriented style Procedural style string intlcal_get_type ( IntlCalendar $cal ) A string describing the type of this calendar. This is one of the valid values for the calendar keyword value 'calendar'. Parameters: cal The IntlCalendar resource.

IntlCalendar::getTimeZone

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the objectʼs timezone public IntlTimeZone IntlCalendar::getTimeZone ( void ) Object oriented style Procedural style IntlTimeZone intlcal_get_time_zone ( IntlCalendar $cal ) Returns the IntlTimeZone object associated with this calendar. Parameters: cal The IntlCalendar resource. Returns: An IntlTimeZ

IntlCalendar::getRepeatedWallTimeOption

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get behavior for handling repeating wall time public int IntlCalendar::getRepeatedWallTimeOption ( void ) Object oriented style Procedural style int intlcal_get_repeated_wall_time_option ( IntlCalendar $cal ) Gets the current strategy for dealing with wall times that are repeated whenever the clock is set back during dailight saving time end transitions. The default value is IntlCa

IntlCalendar::getLocale

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the locale associated with the object public string IntlCalendar::getLocale ( int $localeType ) Object oriented style Procedural style string intlcal_get_locale ( IntlCalendar $cal , int $localeType ) Returns the locale used by this calendar object. Parameters: cal The IntlCalendar resource. localeType

IntlCalendar::getMinimalDaysInFirstWeek

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get minimal number of days the first week in a year or month can have public int IntlCalendar::getMinimalDaysInFirstWeek ( void ) Object oriented style Procedural style int intlcal_get_minimal_days_in_first_week ( IntlCalendar $cal ) Returns the smallest number of days the first week of a year or month must have in the new year or month. For instance, in the Gregorian calendar, if

IntlCalendar::getNow

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get number representing the current time public static float IntlCalendar::getNow ( void ) Object oriented style Procedural style float intlcal_get_now ( void ) The number of milliseconds that have passed since the reference date. This number is derived from the system time. Returns: A float representing a number of milliseconds since the epoch, not coun