| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| net.time4j.calendar.hindu |
Support for the traditional Hindu calendar family.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<IndianMonth,IndianCalendar> |
IndianCalendar.MONTH_OF_YEAR
Represents the Indian month.
|
| Modifier and Type | Method and Description |
|---|---|
IndianMonth |
IndianCalendar.getMonth()
Yields the Indian month.
|
IndianMonth |
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 |
IndianMonth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndianMonth[] |
IndianMonth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IndianCalendar |
IndianCalendar.of(int iyear,
IndianMonth imonth,
int idom)
Creates a new instance of an Indian calendar date.
|
| Modifier and Type | Method and Description |
|---|---|
IndianMonth |
HinduMonth.getValue()
Obtains the corresponding Indian month.
|
| Modifier and Type | Method and Description |
|---|---|
static HinduMonth |
HinduMonth.of(IndianMonth month)
Gets the Hindu month which corresponds to the given Indian month.
|
Copyright © 2014–2021. All rights reserved.