IntlCalendar::setRepeatedWallTimeOption
Set behavior for handling repeating wall times at negative timezone offset transitions
Description
Object-oriented style
public true IntlCalendar::setRepeatedWallTimeOption(int $option
)
true intlcal_set_repeated_wall_time_option(IntlCalendar $calendar
, int $option
)
This function requires ICU 4.9 or later.
Parameters
-
calendar
-
An IntlCalendar instance.
-
option
-
One of the constants IntlCalendar::WALLTIME_FIRST
or
IntlCalendar::WALLTIME_LAST
.
Return Values
Always returns true
.
Examples
See the example on
IntlCalendar::getRepeatedWallTimeOption.
See Also
- intlCalendar::getRepeatedWallTimeOption
- intlCalendar::setSkippedWallTimeOption
- intlCalendar::getSkippedWallTimeOption