object ThaiBuddhistEra extends Serializable
- Alphabetic
- By Inheritance
- ThaiBuddhistEra
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- lazy val BE: ThaiBuddhistEra
The singleton instance for the current era, 'Buddhist Era', which has the value 1.
- lazy val BEFORE_BE: ThaiBuddhistEra
The singleton instance for the era before the current one, 'Before Buddhist Era', which has the value 0.
- def of(thaiBuddhistEra: Int): ThaiBuddhistEra
Obtains an instance of
ThaiBuddhistEra
from a value.Obtains an instance of
ThaiBuddhistEra
from a value.The current era (from ISO year -543 onwards) has the value 1 The previous era has the value 0.
- thaiBuddhistEra
the era to represent, from 0 to 1
- returns
the BuddhistEra singleton, never null
- Exceptions thrown
DateTimeException
if the era is invalid
- lazy val values: Array[ThaiBuddhistEra]