Uses of Class
net.time4j.calendar.ThaiSolarCalendar
-
Uses of ThaiSolarCalendar in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,ThaiSolarCalendar>
ThaiSolarCalendar.DAY_OF_MONTH
Represents the day of month.static StdCalendarElement<Weekday,ThaiSolarCalendar>
ThaiSolarCalendar.DAY_OF_WEEK
Represents the day of week.static StdCalendarElement<Integer,ThaiSolarCalendar>
ThaiSolarCalendar.DAY_OF_YEAR
Represents the day of year.static StdCalendarElement<Month,ThaiSolarCalendar>
ThaiSolarCalendar.MONTH_OF_YEAR
Represents the month.ThaiSolarCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.static StdCalendarElement<Integer,ThaiSolarCalendar>
ThaiSolarCalendar.YEAR_OF_ERA
Represents the Thai year, usually in buddhist counting.Modifier and TypeMethodDescriptionstatic ThaiSolarCalendar
ThaiSolarCalendar.nowInSystemTime()
Obtains the current calendar date in system time.static ThaiSolarCalendar
ThaiSolarCalendar.of(ThaiSolarEra era, int yearOfEra, int month, int dayOfMonth)
Creates a new instance of a Thai solar calendar date.static ThaiSolarCalendar
ThaiSolarCalendar.ofBuddhist(int yearOfEra, int month, int dayOfMonth)
Creates a new instance of a Thai solar calendar date.static ThaiSolarCalendar
ThaiSolarCalendar.ofBuddhist(int yearOfEra, Month month, int dayOfMonth)
Creates a new instance of a Thai solar calendar date.Modifier 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.