Uses of Enum Class
net.time4j.calendar.CopticMonth
Packages that use CopticMonth
-
Uses of CopticMonth in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type CopticMonthModifier and TypeFieldDescriptionstatic StdCalendarElement<CopticMonth,CopticCalendar>
CopticCalendar.MONTH_OF_YEAR
Represents the Coptic month.Methods in net.time4j.calendar that return CopticMonthModifier 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.Methods in net.time4j.calendar with parameters of type CopticMonthModifier and TypeMethodDescriptionstatic CopticCalendar
CopticCalendar.of(int cyear, CopticMonth cmonth, int cdom)
Creates a new instance of a Coptic calendar date.