Uses of Class
net.time4j.calendar.ThaiSolarCalendar
Packages that use ThaiSolarCalendar
-
Uses of ThaiSolarCalendar in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type ThaiSolarCalendarModifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,ThaiSolarCalendar>ThaiSolarCalendar.DAY_OF_MONTHRepresents the day of month.static StdCalendarElement<Weekday,ThaiSolarCalendar>ThaiSolarCalendar.DAY_OF_WEEKRepresents the day of week.static StdCalendarElement<Integer,ThaiSolarCalendar>ThaiSolarCalendar.DAY_OF_YEARRepresents the day of year.static StdCalendarElement<Month,ThaiSolarCalendar>ThaiSolarCalendar.MONTH_OF_YEARRepresents the month.ThaiSolarCalendar.WEEKDAY_IN_MONTHElement with the ordinal day-of-week within given calendar month.static StdCalendarElement<Integer,ThaiSolarCalendar>ThaiSolarCalendar.YEAR_OF_ERARepresents the Thai year, usually in buddhist counting.Methods in net.time4j.calendar that return ThaiSolarCalendarModifier and TypeMethodDescriptionstatic ThaiSolarCalendarThaiSolarCalendar.nowInSystemTime()Obtains the current calendar date in system time.static ThaiSolarCalendarThaiSolarCalendar.of(ThaiSolarEra era, int yearOfEra, int month, int dayOfMonth)Creates a new instance of a Thai solar calendar date.static ThaiSolarCalendarThaiSolarCalendar.ofBuddhist(int yearOfEra, int month, int dayOfMonth)Creates a new instance of a Thai solar calendar date.static ThaiSolarCalendarThaiSolarCalendar.ofBuddhist(int yearOfEra, Month month, int dayOfMonth)Creates a new instance of a Thai solar calendar date.Methods in net.time4j.calendar that return types with arguments of type ThaiSolarCalendarModifier and TypeMethodDescriptionCreates a new local timestamp with this date and given wall time.ThaiSolarCalendar.atTime(int hour, int minute)Is equivalent toat(PlainTime.of(hour, minute)).static TimeAxis<CalendarUnit,ThaiSolarCalendar>ThaiSolarCalendar.axis()Returns the associated time axis.