Uses of Enum Class
net.time4j.calendar.PersianMonth
-
Uses of PersianMonth in net.time4j.calendar
Modifier 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.Modifier and TypeMethodDescriptionstatic PersianCalendar
PersianCalendar.of(int pyear, PersianMonth pmonth, int pdom)
Creates a new instance of a Persian calendar date.