public final class DefaultChartDateAdapterOptions extends Object implements IsDefaultDateAdapterOptions
| Modifier and Type | Method and Description |
|---|---|
CLocale |
getLocale()
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. |
NumberingSystem |
getNumberingSystem()
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. |
Calendar |
getOutputCalendar()
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. |
TimeZone |
getZone()
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. |
public CLocale getLocale()
IsDefaultDateAdapterOptionsgetLocale in interface IsDefaultDateAdapterOptionspublic TimeZone getZone()
IsDefaultDateAdapterOptionsgetZone in interface IsDefaultDateAdapterOptionspublic Calendar getOutputCalendar()
IsDefaultDateAdapterOptionsgetOutputCalendar in interface IsDefaultDateAdapterOptionspublic NumberingSystem getNumberingSystem()
IsDefaultDateAdapterOptionsgetNumberingSystem in interface IsDefaultDateAdapterOptions