| Package | Description |
|---|---|
| net.time4j.calendar.hindu |
Support for the traditional Hindu calendar family.
|
| Modifier and Type | Field and Description |
|---|---|
static AdjustableTextElement<HinduMonth> |
HinduCalendar.MONTH_OF_YEAR
Represents the Hindu month.
|
| Modifier and Type | Method and Description |
|---|---|
HinduMonth |
HinduCalendar.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 |
HinduMonth.withLeap()
Obtains the leap month version of this month.
|
| Modifier and Type | Method and Description |
|---|---|
int |
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.
|
Copyright © 2014–2021. All rights reserved.