|
IntlCalendar::getRepeatedWallTimeOptionGet behavior for handling repeating wall time DescriptionObject-oriented style
public int IntlCalendar::getRepeatedWallTimeOption()
Procedural style int intlcal_get_repeated_wall_time_option(IntlCalendar
$calendar )
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 This function requires ICU 4.9 or later. Parameters
Return Values
One of the constants Examples
Example #1 IntlCalendar::getRepeatedWallTimeOption
The above example will output: int(0) string(42) "Sunday, October 27, 2013 at 1:30:00 AM GMT" int(1) string(43) "Sunday, October 27, 2013 at 12:30:00 AM GMT" See Also
|