Home | History | Annotate | Download | only in i18n

Lines Matching full:week

43 // and day-of-week-on-or-before-that-date mode (DOW_LE_DOM_MODE).
276 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
279 * the day of week in the month counting backward from the end of the month.
282 * specifies the day of the month, regardless of what day of the week it is.
286 * month, regardless of what day of the week it is (e.g., (-2, 0) is the
289 * first specified day of the week on or after the specfied day of the month.
293 * last specified day of the week on or before the specified day of the month.
299 * day-of-week-in-month. Please see the member description for an example.
300 * @param dayOfWeek the daylight savings starting day-of-week. Please see
351 * day-of-week-in-month. See setStartRule() for a complete explanation.
352 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
620 // if the mode is day-of-week-in-month, calculate the day-of-month from it
622 // In this case ruleDay is the day-of-week-in-month (this code is using
623 // the dayOfWeek and dayOfMonth parameters to figure out the day-of-week
636 // the day of week of the first of the month)
795 // startDayOfWeek The day of the week. Ignored for DAY_OF_MONTH.
827 * endDayOfMonth. Upon entry, the day of week variables may be zero or
830 * set, and the day of week and day of month variables will be positive.