public final class DefaultDateAdapterOptions extends Object implements IsDefaultDateAdapterOptions
Modifier and Type | Field and Description |
---|---|
static IsDefaultDateAdapterOptions |
INSTANCE
Immutable instance with the date adapter options defaults.
|
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 static final IsDefaultDateAdapterOptions INSTANCE
public CLocale getLocale()
IsDefaultDateAdapterOptions
getLocale
in interface IsDefaultDateAdapterOptions
public TimeZone getZone()
IsDefaultDateAdapterOptions
getZone
in interface IsDefaultDateAdapterOptions
public Calendar getOutputCalendar()
IsDefaultDateAdapterOptions
getOutputCalendar
in interface IsDefaultDateAdapterOptions
public NumberingSystem getNumberingSystem()
IsDefaultDateAdapterOptions
getNumberingSystem
in interface IsDefaultDateAdapterOptions