17 #if !UCONFIG_NO_FORMATTING
70 int32_t millisInDay, TimeRuleType timeType);
87 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
88 int32_t millisInDay, TimeRuleType timeType);
106 int32_t millisInDay, TimeRuleType timeType);
159 DateRuleType getDateRuleType(
void)
const;
167 TimeRuleType getTimeRuleType(
void)
const;
174 int32_t getRuleMonth(
void)
const;
182 int32_t getRuleDayOfMonth(
void)
const;
190 int32_t getRuleDayOfWeek(
void)
const;
199 int32_t getRuleWeekInMonth(
void)
const;
206 int32_t getRuleMillisInDay(
void)
const;
212 int32_t fWeekInMonth;
213 int32_t fMillisInDay;
214 DateRuleType fDateRuleType;
215 TimeRuleType fTimeRuleType;
229 static UClassID U_EXPORT2 getStaticClassID(
void);