IntlCalendar::setRepeatedWallTimeOption
Set behavior for handling repeating wall times at negative timezone offset transitions
Beschreibung
Objektorientierter Stil
public bool IntlCalendar::setRepeatedWallTimeOption
( int $wallTimeOption
)
bool intlcal_set_repeated_wall_time_option
( IntlCalendar $cal
, int $wallTimeOption
)
This function requires ICU 4.9 or later.
Parameter-Liste
-
cal
-
The IntlCalendar resource.
-
wallTimeOption
-
One of the constants IntlCalendar::WALLTIME_FIRST or
IntlCalendar::WALLTIME_LAST.
Rückgabewerte
Returns TRUE on success. Failure can only happen due to invalid parameters.
Beispiele
See the example on
IntlCalendar::getRepeatedWallTimeOption.
Siehe auch
- intlCalendar::getRepeatedWallTimeOption
- intlCalendar::setSkippedWallTimeOption
- intlCalendar::getSkippedWallTimeOption