Uses of Class
net.time4j.calendar.bahai.BadiCalendar
Packages that use BadiCalendar
-
Uses of BadiCalendar in net.time4j.calendar.bahai
Fields in net.time4j.calendar.bahai with type parameters of type BadiCalendarModifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,BadiCalendar>BadiCalendar.DAY_OF_DIVISIONRepresents the day of month or an intercalary day.static StdCalendarElement<Weekday,BadiCalendar>BadiCalendar.DAY_OF_WEEKRepresents the day of week.static StdCalendarElement<Integer,BadiCalendar>BadiCalendar.DAY_OF_YEARRepresents the day of year.static StdCalendarElement<BadiMonth,BadiCalendar>BadiCalendar.MONTH_OF_YEARRepresents the month if available.static StdCalendarElement<Integer,BadiCalendar>BadiCalendar.VAHIDRepresents the vahid cycle which consists of 19 years.static StdCalendarElement<Integer,BadiCalendar>BadiCalendar.YEAR_OF_ERARepresents the proleptic year of era (relative to gregorian year 1844).Methods in net.time4j.calendar.bahai that return BadiCalendarModifier and TypeMethodDescriptionstatic BadiCalendarBadiCalendar.nowInSystemTime()Obtains the current calendar date in system time.static BadiCalendarBadiCalendar.of(int vahid, int yearOfVahid, int month, int day)Creates a new instance of a Badi calendar date in first major cycle (gregorian years 1844-2204).static BadiCalendarCreates a new instance of a Badi calendar date in first major cycle (gregorian years 1844-2204).static BadiCalendarBadiCalendar.ofComplete(int kullishay, int vahid, int yearOfVahid, BadiDivision division, int day)Creates a new instance of a Badi calendar date.static BadiCalendarBadiCalendar.ofComplete(BadiEra era, int yearOfEra, BadiDivision division, int day)Creates a new instance of a Badi calendar date.static BadiCalendarBadiCalendar.ofIntercalary(int vahid, int yearOfVahid, int day)Creates a new instance of a Badi calendar date in first major cycle (gregorian years 1844-2204).Methods in net.time4j.calendar.bahai that return types with arguments of type BadiCalendarModifier and TypeMethodDescriptionCreates a new local timestamp with this date and given wall time.BadiCalendar.atTime(int hour, int minute)Is equivalent toat(PlainTime.of(hour, minute)).static TimeAxis<BadiCalendar.Unit,BadiCalendar>BadiCalendar.axis()Returns the associated time axis.Methods in net.time4j.calendar.bahai with parameters of type BadiCalendarModifier and TypeMethodDescriptionlongBadiCalendar.Unit.between(BadiCalendar start, BadiCalendar end)Calculates the difference between given calendar dates in this unit.