Lines Matching full:rule
14 * \brief C++ API: Rule for specifying date and time in an year
24 * a rule specified by month, day of month, day of week and
33 * Date rule type constants.
48 * Time rule type constants.
59 * the time rule. The date rule type for an instance created by
62 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
64 * @param millisInDay The milliseconds in the rule date.
74 * number and the time rule. The date rule type for an instance created
77 * @param month The rule month, for example, <code>Calendar::JANUARY</code>.
79 * may be used for specifying a rule date counted from the
80 * end of the rule month.
82 * @param millisInDay The milliseconds in the rule date.
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>
99 * @param after true if the rule date is on or after the day of month.
100 * @param millisInDay The milliseconds in the rule date.
155 * Gets the date rule type, such as <code>DOM</code>
156 * @return The date rule type.
162 * Gets the time rule type
163 * @return The time rule type, either <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
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
185 * Gets the rule day of week. When the date rule type
187 * @return The rule day of week.
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.
202 * Gets the rule time in the rule day.
203 * @return The time in the rule day in milliseconds.