Home | History | Annotate | Download | only in unicode

Lines Matching full:rule

16  * \brief C++ API: Rule for specifying date and time in an year
26 * a rule specified by month, day of month, day of week and
35 * Date rule type constants.
50 * Time rule type constants.
61 * the time rule. The date rule type for an instance created by
64 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
66 * @param millisInDay The milliseconds in the rule date.
76 * number and the time rule. The date rule type for an instance created
79 * @param month The rule month, for example, <code>Calendar::JANUARY</code>.
81 * may be used for specifying a rule date counted from the
82 * end of the rule month.
84 * @param millisInDay The milliseconds in the rule date.
94 * on or after/before the day of month and the time rule. The date rule
98 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
101 * @param after true if the rule date is on or after the day of month.
102 * @param millisInDay The milliseconds in the rule date.
157 * Gets the date rule type, such as <code>DOM</code>
158 * @return The date rule type.
164 * Gets the time rule type
165 * @return The time rule type, either <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
172 * Gets the rule month.
173 * @return The rule month.
179 * Gets the rule day of month. When the date rule type
181 * @return The rule day of month
187 * Gets the rule day of week. When the date rule type
189 * @return The rule day of week.
196 * in the month. When the date rule type is not <code>DOW</code>,
198 * @return The rule day of week ordinal number in the month.
204 * Gets the rule time in the rule day.
205 * @return The time in the rule day in milliseconds.