TimeZoneRule
InitialTimeZoneRule
336 * . Base* polymorphic_pointer = createPolymorphicObject(); 337 * . if (polymorphic_pointer->getDynamicClassID() == 338 * . erived::getStaticClassID()) ... 339 *
AnnualTimeZoneRule
AnnualDateTimeRule
577 * . Base* polymorphic_pointer = createPolymorphicObject(); 578 * . if (polymorphic_pointer->getDynamicClassID() == 579 * . erived::getStaticClassID()) ... 580 *
TimeArrayTimeZoneRule
DataTimeRule::WALL_TIME
STANDARD_TIME
UTC_TIME
DateTimeRule::WALL_TIME
788 * . Base* polymorphic_pointer = createPolymorphicObject(); 789 * . if (polymorphic_pointer->getDynamicClassID() == 790 * . erived::getStaticClassID()) ... 791 *