Uses of Class
net.time4j.calendar.IndianCalendar
-
Uses of IndianCalendar in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic 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 TypeMethodDescriptionstatic IndianCalendar
IndianCalendar.nowInSystemTime()
Obtains the current calendar date in system time.static IndianCalendar
IndianCalendar.of(int iyear, int imonth, int idom)
Creates a new instance of an Indian calendar date.static IndianCalendar
IndianCalendar.of(int iyear, IndianMonth imonth, int idom)
Creates a new instance of an Indian calendar date.Modifier and TypeMethodDescriptionCreates a new local timestamp with this date and given wall time.IndianCalendar.atTime(int hour, int minute)
Is equivalent toat(PlainTime.of(hour, minute))
.static TimeAxis<IndianCalendar.Unit,IndianCalendar>
IndianCalendar.axis()
Returns the associated time axis.Modifier and TypeMethodDescriptionlong
IndianCalendar.Unit.between(IndianCalendar start, IndianCalendar end)
Calculates the difference between given Indian dates in this unit.boolean
IndianMonth.test(IndianCalendar context)