public final class ScaleDateAdapter extends AbstractModel<Adapters,IsDefaultDateAdapterOptions> implements IsDefaultDateAdapterOptions
DateAdapterOptions
Modifier and Type | Method and Description |
---|---|
DateAdapter |
create()
Creates a
DateAdapter using a clone of this object as options for the date adapter instance. |
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. |
void |
setLocale(CLocale locale)
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. |
void |
setNumberingSystem(NumberingSystem numberingSystem)
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. |
void |
setOutputCalendar(Calendar outputCalendar)
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. |
void |
setZone(TimeZone zone)
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. |
getDefaultValues, getParent, loadPadding, setCallbackToModel, setCallbackToModel, setEventToModel
checkAndAddToParent, getChildKey, getParentNode, getRootNode, retrieveRoot, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setElementAndAddToParent, setInternalCallbackToModel, setInternalCallbackToModel, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent
checkDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
public DateAdapter create()
DateAdapter
using a clone of this object as options for the date adapter instance.DateAdapter
using a clone of this object as options for the date adapter instancepublic void setLocale(CLocale locale)
locale
- the time zone that LUXON must use by the date adapterpublic CLocale getLocale()
getLocale
in interface IsDefaultDateAdapterOptions
public void setZone(TimeZone zone)
zone
- the zone that LUXON must use by the date adapterpublic TimeZone getZone()
getZone
in interface IsDefaultDateAdapterOptions
public void setOutputCalendar(Calendar outputCalendar)
outputCalendar
- the name of calendaring systems that LUXON must use by the date adapterpublic Calendar getOutputCalendar()
getOutputCalendar
in interface IsDefaultDateAdapterOptions
public void setNumberingSystem(NumberingSystem numberingSystem)
numberingSystem
- the name of numbering systems that LUXON must use by the date adapterpublic NumberingSystem getNumberingSystem()
getNumberingSystem
in interface IsDefaultDateAdapterOptions