14 #if U_SHOW_CPLUSPLUS_API
21 #if !UCONFIG_NO_FORMATTING
74 int32_t millisInDay, TimeRuleType timeType);
91 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
92 int32_t millisInDay, TimeRuleType timeType);
110 int32_t millisInDay, TimeRuleType timeType);
163 DateRuleType getDateRuleType(
void)
const;
171 TimeRuleType getTimeRuleType(
void)
const;
178 int32_t getRuleMonth(
void)
const;
186 int32_t getRuleDayOfMonth(
void)
const;
194 int32_t getRuleDayOfWeek(
void)
const;
203 int32_t getRuleWeekInMonth(
void)
const;
210 int32_t getRuleMillisInDay(
void)
const;
216 int32_t fWeekInMonth;
217 int32_t fMillisInDay;
218 DateRuleType fDateRuleType;
219 TimeRuleType fTimeRuleType;
233 static UClassID U_EXPORT2 getStaticClassID(
void);