Uses of Enum Class
net.time4j.calendar.IndianMonth
Package
Description
Support for various regional calendars.
Support for the traditional Hindu calendar family.
-
Uses of IndianMonth in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic StdCalendarElement<IndianMonth,IndianCalendar>
IndianCalendar.MONTH_OF_YEAR
Represents the Indian month.Modifier and TypeMethodDescriptionIndianCalendar.getMonth()
Yields the Indian month.IndianMonth.roll(int months)
Rolls this month by given amount of months.static IndianMonth
IndianMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.static IndianMonth
Returns the enum constant of this class with the specified name.static IndianMonth[]
IndianMonth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic IndianCalendar
IndianCalendar.of(int iyear, IndianMonth imonth, int idom)
Creates a new instance of an Indian calendar date. -
Uses of IndianMonth in net.time4j.calendar.hindu
Modifier and TypeMethodDescriptionstatic HinduMonth
HinduMonth.of(IndianMonth month)
Gets the Hindu month which corresponds to the given Indian month.