Uses of Interface
net.time4j.calendar.bahai.BadiDivision
-
Uses of BadiDivision in net.time4j.calendar.bahai
Modifier and TypeClassDescriptionclass
Represents the intercalary days of the Badi calendar.class
Represents the months used in the Badi calendar.Modifier and TypeMethodDescriptionBadiCalendar.getDivision()
Obtains either the month or the Ayyam-i-Ha-period.Modifier and TypeMethodDescriptionstatic Comparator<BadiDivision>
BadiDivision.comparator()
Obtains a comparator comparing either Badi months or the Ayyam-i-Ha-period in terms of time order.Modifier 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.