Uses of Class
net.time4j.calendar.hindu.HinduCalendar
-
Uses of HinduCalendar in net.time4j.calendar.hindu
Modifier and TypeFieldDescriptionstatic StdCalendarElement<Weekday,HinduCalendar>
HinduCalendar.DAY_OF_WEEK
Represents the Hindu day of week.static StdCalendarElement<Integer,HinduCalendar>
HinduCalendar.DAY_OF_YEAR
Represents the Hindu day of year.static StdCalendarElement<Integer,HinduCalendar>
HinduCalendar.YEAR_OF_ERA
Represents the Hindu year.Modifier and TypeMethodDescriptionHinduCalendar.nextDay()
Obtains the next day.HinduCalendar.nextMonth()
Obtains the corresponding date of next month.HinduCalendar.nextYear()
Obtains the corresponding date of next year.static HinduCalendar
HinduCalendar.nowInSystemTime(HinduVariant variant)
Obtains the current calendar date in system time.static HinduCalendar
HinduCalendar.nowInSystemTime(HinduVariant variant, StartOfDay startOfDay)
Obtains the current calendar date in system time.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.static HinduCalendar
HinduCalendar.ofOldSolar(int year, int month, int dayOfMonth)
Creates an old solar Hindu calendar with given components.HinduCalendar.previousDay()
Obtains the previous day.HinduCalendar.previousMonth()
Obtains the corresponding date of previous month.HinduCalendar.previousYear()
Obtains the corresponding date of previous year.Modifier and TypeMethodDescriptionCreates a new local timestamp with this date and given civil time.HinduCalendar.atTime(int hour, int minute)
Is equivalent toat(PlainTime.of(hour, minute))
.static CalendarFamily<HinduCalendar>
HinduCalendar.family()
Returns the associated calendar family.default ChronoOperator<HinduCalendar>
AdjustableTextElement.maximized()
Sets the Hindu calendar date to the maximum of this element.default ChronoOperator<HinduCalendar>
AdjustableTextElement.minimized()
Sets the Hindu calendar date to the minimum of this element.Modifier and TypeMethodDescriptionboolean
HinduDay.test(HinduCalendar context)
boolean
HinduMonth.test(HinduCalendar context)