PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::getRepeatedWallTimeOption
request it (312)
GoLang replacement for PHP's IntlCalendar::getRepeatedWallTimeOption
[edit | history]
PHP IntlCalendar::getRepeatedWallTimeOptionPHP original manual for IntlCalendar::getRepeatedWallTimeOption [ show | php.net ]IntlCalendar::getRepeatedWallTimeOption(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getRepeatedWallTimeOption — Get behavior for handling repeating wall time DescriptionObject oriented style
public int IntlCalendar::getRepeatedWallTimeOption
( void
)
Procedural style
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()
<?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
|
more
Recently updated
more
Most requested
more
Last requests
|