| Package | Description |
|---|---|
| net.time4j.calendar.hindu |
Support for the traditional Hindu calendar family.
|
| Modifier and Type | Field and Description |
|---|---|
static AdjustableTextElement<HinduDay> |
HinduCalendar.DAY_OF_MONTH
Represents the Hindu day of month.
|
| Modifier and Type | Method and Description |
|---|---|
HinduDay |
HinduCalendar.getDayOfMonth()
Obtains the day of month.
|
static HinduDay |
HinduDay.valueOf(int dayOfMonth)
Gets the Hindu day of month which corresponds to the given numerical value.
|
HinduDay |
HinduDay.withLeap()
Obtains the leap day version of this day.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HinduDay.compareTo(HinduDay 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.
|
Copyright © 2014–2021. All rights reserved.