Home | History | Annotate | Download | only in unicode

Lines Matching full:month

24  * a rule specified by month, day of month, day of week and
37 DOM = 0, /**< The exact day of month,
43 DOW_LEQ_DOM /**< The last occurence of the day of week on or before the day of month,
58 * Constructs a <code>DateTimeRule</code> by the day of month and
62 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
63 * @param dayOfMonth The day of month, 1-based.
69 DateTimeRule(int32_t month, int32_t dayOfMonth,
77 * @param month The rule month, for example, <code>Calendar::JANUARY</code>.
80 * end of the rule month.
87 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
92 * on or after/before the day of month and the time rule. The date rule
96 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
97 * @param dayOfMonth The day of month, 1-based.
99 * @param after true if the rule date is on or after the day of month.
105 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after,
170 * Gets the rule month.
171 * @return The rule month.
177 * Gets the rule day of month. When the date rule type
179 * @return The rule day of month
194 * in the month. When the date rule type is not <code>DOW</code>,
196 * @return The rule day of week ordinal number in the month.