Uses of Enum Class
net.time4j.calendar.PersianAlgorithm
Packages that use PersianAlgorithm
-
Uses of PersianAlgorithm in net.time4j.calendar
Methods in net.time4j.calendar that return PersianAlgorithmModifier and TypeMethodDescriptionstatic PersianAlgorithm
Returns the enum constant of this class with the specified name.static PersianAlgorithm[]
PersianAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.time4j.calendar that return types with arguments of type PersianAlgorithmModifier and TypeMethodDescriptionstatic AttributeKey<PersianAlgorithm>
PersianAlgorithm.attribute()
Format attribute which helps to resolve algorithmic differences between various Persian dates.Methods in net.time4j.calendar with parameters of type PersianAlgorithmModifier and TypeMethodDescriptionPersianCalendar.getDate(PersianAlgorithm algorithm)
Obtains an alternative date view specific for given algorithm.