Lines Matching full:week
24 * a rule specified by month, day of month, day of week and
39 DOW, /**< The Nth occurence of the day of week,
41 DOW_GEQ_DOM, /**< The first occurence of the day of week on or after the day of monnth,
43 DOW_LEQ_DOM /**< The last occurence of the day of week on or before the day of month,
73 * Constructs a <code>DateTimeRule</code> by the day of week and its oridinal
78 * @param weekInMonth The ordinal number of the day of week. Negative number
81 * @param dayOfWeek The day of week, for example, <code>Calendar::SUNDAY</code>.
91 * Constructs a <code>DateTimeRule</code> by the first/last day of week
98 * @param dayOfWeek The day of week, for example, <code>Calendar::SUNDAY</code>.
185 * Gets the rule day of week. When the date rule type
187 * @return The rule day of week.
193 * Gets the ordinal number of the occurence of the day of week
196 * @return The rule day of week ordinal number in the month.