Uses of Enum Class
net.time4j.calendar.ThaiSolarEra
Packages that use ThaiSolarEra
-
Uses of ThaiSolarEra in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type ThaiSolarEraModifier and TypeFieldDescriptionstatic ChronoElement<ThaiSolarEra>
ThaiSolarCalendar.ERA
Represents the Thai era.Methods in net.time4j.calendar that return ThaiSolarEraModifier 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.Methods in net.time4j.calendar with parameters of type ThaiSolarEraModifier 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.