Home | History | Annotate | Download | only in util

Lines Matching defs:WEEKDAY

1093      * weekday.
1100 public static final int WEEKDAY = 0;
1105 * @see #WEEKDAY
1115 * day that starts as a weekday and transitions to the weekend.
1117 * @see #WEEKDAY
1127 * day that starts as the weekend and transitions to a weekday.
1129 * @see #WEEKDAY
2255 * {@icu} Returns whether the given day of the week is a weekday, a
2259 * type WEEKDAY or WEEKEND. If a transition occurs at a time
2266 * @return either WEEKDAY, WEEKEND, WEEKEND_ONSET, or
2270 * @see #WEEKDAY
2286 return WEEKDAY;}