Home
last modified time | relevance | path

Searched refs:thaiBuddhistEra (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/chrono/
DThaiBuddhistEra.java131 public static ThaiBuddhistEra of(int thaiBuddhistEra) { in of() argument
132 switch (thaiBuddhistEra) { in of()
138 throw new DateTimeException("Invalid era: " + thaiBuddhistEra); in of()