Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov

IntlCalendar::setRepeatedWallTimeOption

(PHP 5.5.0, PECL >= 3.0.0a1)

IntlCalendar::setRepeatedWallTimeOption — Set behavior for handling repeating wall times at negative timezone offset transitions


Описание

public bool IntlCalendar::setRepeatedWallTimeOption ( int $wallTimeOption )

Sets 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 IntlCalendar::WALLTIME_LAST (take the post-DST instant). The other possible value is IntlCalendar::WALLTIME_FIRST (take the instant that occurs during DST).


Список параметров

wallTimeOption -

One of the constants IntlCalendar::WALLTIME_FIRST or IntlCalendar::WALLTIME_LAST.


Возвращаемые значения

Returns TRUE on success. Failure can only happen due to invalid parameters.


Примеры

Смотрите также

the example on IntlCalendar::getRepeatedWallTimeOption().


Смотрите также


Описание класса intlcalendar, примеры использования класса intlcalendar.

Описание на ru2.php.net
Описание на php.ru