public interface 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. |
CLocale getLocale()
TimeZone getZone()
Calendar getOutputCalendar()
NumberingSystem getNumberingSystem()