Uses of Enum Class
net.time4j.calendar.CopticMonth
-
Uses of CopticMonth in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic StdCalendarElement<CopticMonth,CopticCalendar>
CopticCalendar.MONTH_OF_YEAR
Represents the Coptic month.Modifier and TypeMethodDescriptionCopticCalendar.getMonth()
Yields the Coptic month.static CopticMonth
CopticMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.static CopticMonth
Returns the enum constant of this class with the specified name.static CopticMonth[]
CopticMonth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic CopticCalendar
CopticCalendar.of(int cyear, CopticMonth cmonth, int cdom)
Creates a new instance of a Coptic calendar date.