PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::getWeekendTransition
request it (355)
GoLang replacement for PHP's IntlCalendar::getWeekendTransition
[edit | history]
PHP IntlCalendar::getWeekendTransitionPHP original manual for IntlCalendar::getWeekendTransition [ show | php.net ]IntlCalendar::getWeekendTransition(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getWeekendTransition — Get time of the day at which weekend begins or ends DescriptionObject oriented style
public int IntlCalendar::getWeekendTransition
( string
$dayOfWeek
)Procedural style Returns the number of milliseconds after midnight at which the weekend begins or ends.
This is only applicable for days of the week for which
IntlCalendar::getDayOfWeekType() returns either
This function requires ICU 4.4 or later. Parameters
Return Values
The number of milliseconds into the day at which the weekend begins or
ends or ExamplesSee example on IntlCalendar::getDayOfWeekType(). |
more
Recently updated
more
Most requested
more
Last requests
|