IntlCalendar::setRepeatedWallTimeOption
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
IntlCalendar::setRepeatedWallTimeOption
Референца за `intlcalendar.setrepeatedwalltimeoption.php` со подобрена типографија и навигација.
IntlCalendar::setRepeatedWallTimeOption
(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)
IntlCalendar::setRepeatedWallTimeOption — Set behavior for handling repeating wall times at negative timezone offset transitions
= NULL
Напиши целосна ознака на елемент
Процедурален стил
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).
This function requires ICU 4.9 or later.
Параметри
calendar-
Еден IntlCalendar instance.
option-
Една од константите
IntlCalendar::WALLTIME_FIRSTorIntlCalendar::WALLTIME_LAST.
Вратени вредности
Секогаш враќа true.
Примери
See the example on IntlCalendar::getSkippedWallTimeOption().
Види Исто така
- intlCalendar::getRepeatedWallTimeOption() - Земи однесување за ракување со повторувачко време на ѕид
- intlCalendar::setSkippedWallTimeOption() - Постави однесување за ракување со прескокнати времиња на ѕид при премини со позитивен временски офсет
- intlCalendar::getSkippedWallTimeOption() - Земи однесување за ракување со прескокнато време на ѕид