|
IntlCalendar::getRepeatedWallTimeOptionGet behavior for handling repeating wall time Description
public int IntlCalendar::getRepeatedWallTimeOption
( void
)
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 ParametersThis function has no parameters. Return Values
One of the constants Examples
Example #1 IntlCalendar::getRepeatedWallTimeOption
<?php 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
|