Searched defs:HijrahChronology (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/chrono/
H A DHijrahChronology.java93 * The HijrahChronology follows the rules of the Hijrah calendar system. The Hijrah
217 public final class HijrahChronology extends AbstractChronology implements Serializable { class in inherits:AbstractChronology,Serializable
236 public static final HijrahChronology INSTANCE;
309 INSTANCE = new HijrahChronology("Hijrah-umalqura");
323 * For each Hijrah variant listed, create the HijrahChronology and register it.
338 HijrahChronology chrono = new HijrahChronology(id);
350 * Create a HijrahChronology for the named variant.
359 private HijrahChronology(String id) throws DateTimeException { method in class:HijrahChronology
379 * HijrahChronology vi
[all...]

Completed in 85 milliseconds