public interface CalendarProvider
SPI-interface for the generic access to calendar chronologies.
ServiceLoader| Modifier and Type | Method and Description |
|---|---|
Optional<Chronology<? extends CalendarDate>> |
findChronology(String name)
Obtains a suitable chronology for given name.
|
Optional<Chronology<? extends CalendarDate>> findChronology(String name)
The calendar name is either a simple calendar type or a combination of a calendar type and a variant separated by a hyphen. Examples: "iso8601", "persian" or "islamic-tbla".
name - calendar nameCopyright © 2014–2017. All rights reserved.