Uses of Enum Class
net.time4j.calendar.EthiopianMonth
-
Uses of EthiopianMonth in net.time4j.calendar
Modifier and TypeMethodDescriptionEthiopianCalendar.getMonth()
Yields the Ethiopian month.static EthiopianMonth
EthiopianMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.static EthiopianMonth
Returns the enum constant of this class with the specified name.static EthiopianMonth[]
EthiopianMonth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic EthiopianCalendar
EthiopianCalendar.of(EthiopianEra era, int yearOfEra, EthiopianMonth month, int dayOfMonth)
Creates a new instance of an Ethiopian calendar date.