Uses of Enum Class
net.time4j.calendar.ThaiSolarEra
-
Uses of ThaiSolarEra in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic ChronoElement<ThaiSolarEra>
ThaiSolarCalendar.ERA
Represents the Thai era.Modifier and TypeMethodDescriptionThaiSolarCalendar.getEra()
Yields the buddhist era.static ThaiSolarEra
Returns the enum constant of this class with the specified name.static ThaiSolarEra[]
ThaiSolarEra.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
ThaiSolarCalendar.isValid(ThaiSolarEra era, int yearOfEra, int month, int dayOfMonth)
Queries if given parameter values form a well defined calendar date.static ThaiSolarCalendar
ThaiSolarCalendar.of(ThaiSolarEra era, int yearOfEra, int month, int dayOfMonth)
Creates a new instance of a Thai solar calendar date.