Uses of Class
net.time4j.calendar.EthiopianCalendar
-
Uses of EthiopianCalendar in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,EthiopianCalendar>
EthiopianCalendar.DAY_OF_MONTH
Represents the Ethiopian day of month.static StdCalendarElement<Weekday,EthiopianCalendar>
EthiopianCalendar.DAY_OF_WEEK
Represents the Ethiopian day of week.static StdCalendarElement<Integer,EthiopianCalendar>
EthiopianCalendar.DAY_OF_YEAR
Represents the Ethiopian day of year.EthiopianCalendar.MONTH_OF_YEAR
Represents the Ethiopian month.EthiopianCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.static StdCalendarElement<Integer,EthiopianCalendar>
EthiopianCalendar.YEAR_OF_ERA
Represents the Ethiopian year.Modifier and TypeMethodDescriptionstatic EthiopianCalendar
EthiopianCalendar.nowInSystemTime()
Obtains the current calendar date in system time.static EthiopianCalendar
EthiopianCalendar.of(EthiopianEra era, int yearOfEra, int month, int dayOfMonth)
Creates a new instance of an Ethiopian calendar date.static EthiopianCalendar
EthiopianCalendar.of(EthiopianEra era, int yearOfEra, EthiopianMonth month, int dayOfMonth)
Creates a new instance of an Ethiopian calendar date.Modifier and TypeMethodDescriptionEthiopianCalendar.at(EthiopianTime time)
Creates a new local timestamp with this date and given Ethiopian time.EthiopianCalendar.axis()
Returns the associated time axis.Modifier and TypeMethodDescriptionint
EthiopianCalendar.Unit.between(EthiopianCalendar start, EthiopianCalendar end)
Calculates the difference between given Ethiopian dates in this unit.boolean
EthiopianMonth.test(EthiopianCalendar context)