Uses of Class
net.time4j.calendar.CopticCalendar
-
Uses of CopticCalendar in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,CopticCalendar>
CopticCalendar.DAY_OF_MONTH
Represents the Coptic day of month.static StdCalendarElement<Weekday,CopticCalendar>
CopticCalendar.DAY_OF_WEEK
Represents the Coptic day of week.static StdCalendarElement<Integer,CopticCalendar>
CopticCalendar.DAY_OF_YEAR
Represents the Coptic day of year.static StdCalendarElement<CopticMonth,CopticCalendar>
CopticCalendar.MONTH_OF_YEAR
Represents the Coptic month.static OrdinalWeekdayElement<CopticCalendar>
CopticCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.static StdCalendarElement<Integer,CopticCalendar>
CopticCalendar.YEAR_OF_ERA
Represents the Coptic year.Modifier and TypeMethodDescriptionstatic CopticCalendar
CopticCalendar.nowInSystemTime()
Obtains the current calendar date in system time.static CopticCalendar
CopticCalendar.of(int cyear, int cmonth, int cdom)
Creates a new instance of a Coptic calendar date.static CopticCalendar
CopticCalendar.of(int cyear, CopticMonth cmonth, int cdom)
Creates a new instance of a Coptic calendar date.Modifier and TypeMethodDescriptionCreates a new local timestamp with this date and given wall time.CopticCalendar.atTime(int hour, int minute)
Is equivalent toat(PlainTime.of(hour, minute))
.static TimeAxis<CopticCalendar.Unit,CopticCalendar>
CopticCalendar.axis()
Returns the associated time axis.Modifier and TypeMethodDescriptionint
CopticCalendar.Unit.between(CopticCalendar start, CopticCalendar end)
Calculates the difference between given Coptic dates in this unit.boolean
CopticMonth.test(CopticCalendar context)