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_YEAR
Represents the Hindu month.Methods in net.time4j.calendar.hindu that return HinduMonthModifier and TypeMethodDescriptionHinduCalendar.getMonth()
Obtains the month.static HinduMonth
HinduMonth.of(IndianMonth month)
Gets the Hindu month which corresponds to the given Indian month.static HinduMonth
HinduMonth.ofLunisolar(int month)
Gets the Hindu month which corresponds to the given numerical value in lunisolar context.static HinduMonth
HinduMonth.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 TypeMethodDescriptionint
HinduMonth.compareTo(HinduMonth other)
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.static HinduCalendar
HinduCalendar.ofOldLunar(int year, HinduMonth month, int dayOfMonth)
Creates an old lunisolar Hindu calendar with given components.