Man Page: intlcalendar.getweekendtransition
Operating Environment: php
Section: 3
INTLCALENDAR.GETWEEKENDTRANSITION(3) 1 INTLCALENDAR.GETWEEKENDTRANSITION(3) IntlCalendar::getWeekendTransition - Get time of the day at which weekend begins or ends Object oriented styleSYNOPSISpublic int IntlCalendar::getWeekendTransition (string $dayOfWeek)DESCRIPTIONProcedural style int intlcal_get_weekend_transition (IntlCalendar $cal, string $dayOfWeek) 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(3) returns either IntlCalendar::DOW_TYPE_WEEKEND_OFF- SET or IntlCalendar::DOW_TYPE_WEEKEND_CEASE. Calling this function for other days of the week is an error condition. This function requires ICU 4.4 or later.PARAMETERSo $cal - The IntlCalendar resource. o $dayOfWeek - One of the constants IntlCalendar::DOW_SUNDAY, IntlCalendar::DOW_MONDAY, , IntlCalendar::DOW_SATURDAY.RETURN VALUESThe number of milliseconds into the day at which the weekend begins or ends or FALSE on failure.EXAMPLESSee example on IntlCalendar.getDayOfWeekType(3). PHP Documentation Group INTLCALENDAR.GETWEEKENDTRANSITION(3)
| Related Man Pages |
|---|
| intlcalendar(3) - php |
| intlcalendar.getrepeatedwalltimeoption(3) - php |
| datefmt_format(3) - php |
| intlcalendar.getdayofweektype(3) - php |
| intlcalendar.getweekendtransition(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Insert file content via sed after two searchings |
| Why was I pulled out of bed this weekend... |
| check if a character is inside a variable |
| HP UX 10.20 E9000 System Full? |
| VWPAR on AIX 7.2 |