Uses of Class
net.time4j.calendar.IndianCalendar
Packages that use IndianCalendar
-
Uses of IndianCalendar in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type IndianCalendarModifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,IndianCalendar>IndianCalendar.DAY_OF_MONTHRepresents the Indian day of month.static StdCalendarElement<Weekday,IndianCalendar>IndianCalendar.DAY_OF_WEEKRepresents the Indian day of week.static StdCalendarElement<Integer,IndianCalendar>IndianCalendar.DAY_OF_YEARRepresents the Indian day of year.static StdCalendarElement<IndianMonth,IndianCalendar>IndianCalendar.MONTH_OF_YEARRepresents the Indian month.static OrdinalWeekdayElement<IndianCalendar>IndianCalendar.WEEKDAY_IN_MONTHElement with the ordinal day-of-week within given calendar month.static StdCalendarElement<Integer,IndianCalendar>IndianCalendar.YEAR_OF_ERARepresents the Indian year.Methods in net.time4j.calendar that return IndianCalendarModifier and TypeMethodDescriptionstatic IndianCalendarIndianCalendar.nowInSystemTime()Obtains the current calendar date in system time.static IndianCalendarIndianCalendar.of(int iyear, int imonth, int idom)Creates a new instance of an Indian calendar date.static IndianCalendarIndianCalendar.of(int iyear, IndianMonth imonth, int idom)Creates a new instance of an Indian calendar date.Methods in net.time4j.calendar that return types with arguments of type IndianCalendarModifier 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.Methods in net.time4j.calendar with parameters of type IndianCalendarModifier and TypeMethodDescriptionlongIndianCalendar.Unit.between(IndianCalendar start, IndianCalendar end)Calculates the difference between given Indian dates in this unit.booleanIndianMonth.test(IndianCalendar context)