19 #if !UCONFIG_NO_FORMATTING
72 int32_t millisInDay, TimeRuleType timeType);
89 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
90 int32_t millisInDay, TimeRuleType timeType);
108 int32_t millisInDay, TimeRuleType timeType);
161 DateRuleType getDateRuleType(
void)
const;
169 TimeRuleType getTimeRuleType(
void)
const;
176 int32_t getRuleMonth(
void)
const;
184 int32_t getRuleDayOfMonth(
void)
const;
192 int32_t getRuleDayOfWeek(
void)
const;
201 int32_t getRuleWeekInMonth(
void)
const;
208 int32_t getRuleMillisInDay(
void)
const;
214 int32_t fWeekInMonth;
215 int32_t fMillisInDay;
216 DateRuleType fDateRuleType;
217 TimeRuleType fTimeRuleType;
231 static UClassID U_EXPORT2 getStaticClassID(
void);