Uses of Interface
net.time4j.calendar.bahai.BadiDivision
Packages that use BadiDivision
-
Uses of BadiDivision in net.time4j.calendar.bahai
Classes in net.time4j.calendar.bahai that implement BadiDivisionModifier and TypeClassDescriptionclass
Represents the intercalary days of the Badi calendar.class
Represents the months used in the Badi calendar.Methods in net.time4j.calendar.bahai that return BadiDivisionModifier and TypeMethodDescriptionBadiCalendar.getDivision()
Obtains either the month or the Ayyam-i-Ha-period.Methods in net.time4j.calendar.bahai that return types with arguments of type BadiDivisionModifier and TypeMethodDescriptionstatic Comparator<BadiDivision>
BadiDivision.comparator()
Obtains a comparator comparing either Badi months or the Ayyam-i-Ha-period in terms of time order.Methods in net.time4j.calendar.bahai with parameters of type BadiDivisionModifier and TypeMethodDescriptionstatic boolean
BadiCalendar.isValid(int kullishay, int vahid, int yearOfVahid, BadiDivision division, int day)
Queries if given parameter values form a well defined calendar date.static BadiCalendar
BadiCalendar.ofComplete(int kullishay, int vahid, int yearOfVahid, BadiDivision division, int day)
Creates a new instance of a Badi calendar date.static BadiCalendar
BadiCalendar.ofComplete(BadiEra era, int yearOfEra, BadiDivision division, int day)
Creates a new instance of a Badi calendar date.