Home | History | Annotate | Download | only in unicode

Lines Matching refs:dayOfWeek

1379  * @param dayOfWeek The day of the week whose type is desired (UCAL_SUNDAY..UCAL_SATURDAY).
1385 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status);
1390 * for the specified dayOfWeek, return the time at which the weekend begins.
1391 * If ucal_getDayOfWeekType() returns UCAL_WEEKEND_CEASE for the specified dayOfWeek,
1393 * some other UCalendarWeekdayType for the specified dayOfWeek, is it an error condition
1396 * @param dayOfWeek The day of the week for which the weekend transition time is
1403 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);