Uses of Enum
com.ibm.icu.util.IslamicCalendar.CalculationType
Packages that use IslamicCalendar.CalculationType
-
Uses of IslamicCalendar.CalculationType in com.ibm.icu.util
Fields in com.ibm.icu.util declared as IslamicCalendar.CalculationTypeModifier and TypeFieldDescriptionprivate IslamicCalendar.CalculationType
IslamicCalendar.cType
determines the type of calculation to use for this instanceMethods in com.ibm.icu.util that return IslamicCalendar.CalculationTypeModifier and TypeMethodDescriptionIslamicCalendar.getCalculationType()
gets the calculation type for this calendar.IslamicCalendar.Algorithm.getType()
Return the type the algorithm implement.IslamicCalendar.CivilAlgorithm.getType()
IslamicCalendar.IslamicAlgorithm.getType()
IslamicCalendar.TBLAAlgorithm.getType()
IslamicCalendar.UmalquraAlgorithm.getType()
Returns the enum constant of this type with the specified name.static IslamicCalendar.CalculationType[]
IslamicCalendar.CalculationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type IslamicCalendar.CalculationTypeModifier and TypeMethodDescriptionvoid
IslamicCalendar.setCalculationType
(IslamicCalendar.CalculationType type) sets the calculation type for this calendar.