Uses of Class
net.time4j.calendar.hindu.HinduDay
Packages that use HinduDay
-
Uses of HinduDay in net.time4j.calendar.hindu
Fields in net.time4j.calendar.hindu with type parameters of type HinduDayModifier and TypeFieldDescriptionstatic AdjustableTextElement<HinduDay>
HinduCalendar.DAY_OF_MONTH
Represents the Hindu day of month.Methods in net.time4j.calendar.hindu that return HinduDayModifier and TypeMethodDescriptionHinduCalendar.getDayOfMonth()
Obtains the day of month.static HinduDay
HinduDay.valueOf(int dayOfMonth)
Gets the Hindu day of month which corresponds to the given numerical value.HinduDay.withLeap()
Obtains the leap day version of this day.Methods in net.time4j.calendar.hindu with parameters of type HinduDayModifier and TypeMethodDescriptionint
Uses the comparing order of the lunisolar calendar.static boolean
HinduCalendar.isValid(HinduVariant variant, HinduEra era, int yearOfEra, HinduMonth month, HinduDay dayOfMonth)
Queries if given parameter values form a well defined Hindu date before instantiating the date.static HinduCalendar
HinduCalendar.of(HinduVariant variant, HinduEra era, int yearOfEra, HinduMonth month, HinduDay dayOfMonth)
Creates an Hindu calendar with given components.