Searched refs:hijrahEra (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/time/chrono/
H A DHijrahEra.java100 * @param hijrahEra the era to represent, only 1 supported
104 public static HijrahEra of(int hijrahEra) { argument
105 if (hijrahEra == 1 ) {
108 throw new DateTimeException("Invalid era: " + hijrahEra);

Completed in 88 milliseconds