Uses of Class
net.time4j.calendar.hindu.HinduMonth
-
Uses of HinduMonth in net.time4j.calendar.hindu
Modifier and TypeFieldDescriptionstatic AdjustableTextElement<HinduMonth>
HinduCalendar.MONTH_OF_YEAR
Represents the Hindu month.Modifier 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.Modifier 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.