Uses of Class
net.time4j.calendar.hindu.HinduMonth
Packages that use HinduMonth
-
Uses of HinduMonth in net.time4j.calendar.hindu
Fields in net.time4j.calendar.hindu with type parameters of type HinduMonthModifier and TypeFieldDescriptionstatic AdjustableTextElement<HinduMonth>HinduCalendar.MONTH_OF_YEARRepresents the Hindu month.Methods in net.time4j.calendar.hindu that return HinduMonthModifier and TypeMethodDescriptionHinduCalendar.getMonth()Obtains the month.static HinduMonthHinduMonth.of(IndianMonth month)Gets the Hindu month which corresponds to the given Indian month.static HinduMonthHinduMonth.ofLunisolar(int month)Gets the Hindu month which corresponds to the given numerical value in lunisolar context.static HinduMonthHinduMonth.ofSolar(int month)Gets the Hindu month which corresponds to the given solar numerical value.HinduMonth.withLeap()Obtains the leap month version of this month.Methods in net.time4j.calendar.hindu with parameters of type HinduMonthModifier and TypeMethodDescriptionintHinduMonth.compareTo(HinduMonth other)Uses the comparing order of the lunisolar calendar.static booleanHinduCalendar.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 HinduCalendarHinduCalendar.of(HinduVariant variant, HinduEra era, int yearOfEra, HinduMonth month, HinduDay dayOfMonth)Creates an Hindu calendar with given components.static HinduCalendarHinduCalendar.ofOldLunar(int year, HinduMonth month, int dayOfMonth)Creates an old lunisolar Hindu calendar with given components.