| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<Integer,IndianCalendar> |
IndianCalendar.DAY_OF_MONTH
Represents the Indian day of month.
|
static StdCalendarElement<Weekday,IndianCalendar> |
IndianCalendar.DAY_OF_WEEK
Represents the Indian day of week.
|
static StdCalendarElement<Integer,IndianCalendar> |
IndianCalendar.DAY_OF_YEAR
Represents the Indian day of year.
|
static StdCalendarElement<IndianMonth,IndianCalendar> |
IndianCalendar.MONTH_OF_YEAR
Represents the Indian month.
|
static OrdinalWeekdayElement<IndianCalendar> |
IndianCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.
|
static StdCalendarElement<Integer,IndianCalendar> |
IndianCalendar.YEAR_OF_ERA
Represents the Indian year.
|
| Modifier and Type | Method and Description |
|---|---|
static IndianCalendar |
IndianCalendar.nowInSystemTime()
Obtains the current calendar date in system time.
|
static IndianCalendar |
IndianCalendar.of(int iyear,
IndianMonth imonth,
int idom)
Creates a new instance of an Indian calendar date.
|
static IndianCalendar |
IndianCalendar.of(int iyear,
int imonth,
int idom)
Creates a new instance of an Indian calendar date.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralTimestamp<IndianCalendar> |
IndianCalendar.at(PlainTime time)
Creates a new local timestamp with this date and given wall time.
|
GeneralTimestamp<IndianCalendar> |
IndianCalendar.atTime(int hour,
int minute)
Is equivalent to
at(PlainTime.of(hour, minute)). |
static TimeAxis<IndianCalendar.Unit,IndianCalendar> |
IndianCalendar.axis()
Returns the associated time axis.
|
| Modifier and Type | Method and Description |
|---|---|
long |
IndianCalendar.Unit.between(IndianCalendar start,
IndianCalendar end)
Calculates the difference between given Indian dates in this unit.
|
boolean |
IndianMonth.test(IndianCalendar context) |
Copyright © 2014–2021. All rights reserved.