Uses of Enum Class
net.time4j.calendar.PersianMonth
Packages that use PersianMonth
-
Uses of PersianMonth in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type PersianMonthMethods in net.time4j.calendar that return PersianMonthModifier and TypeMethodDescriptionPersianCalendar.getMonth()
Yields the Persian month.static PersianMonth
PersianMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.static PersianMonth
Returns the enum constant of this class with the specified name.static PersianMonth[]
PersianMonth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.time4j.calendar with parameters of type PersianMonthModifier and TypeMethodDescriptionstatic PersianCalendar
PersianCalendar.of(int pyear, PersianMonth pmonth, int pdom)
Creates a new instance of a Persian calendar date.