Class sap.ui.unified.CalendarModule: sap/ui/unified/Calendar

extends Control
known direct subclasses: CalendarDateInterval

Basic Calendar. This calendar is used for DatePickers


Since: 1.22.0.
Constructor Summary
new sap.ui.unified.Calendar(sId?, mSettings?)Constructor for a new Calendar.
Event Summary
cancel(oControlEvent)Date selection was cancelled
select(oControlEvent)Date selection changed
startDateChange(oControlEvent)startDate was changed while navigation in Calendar

Use getStartDate function to determine the current start date

Events borrowed from class sap.ui.core.Control
Method Summary
sap.ui.unified.Calendar.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.ui.unified.Calendar with name sClassName and enriches it with the information contained in oClassInfo.
sap.ui.unified.Calendar.getMetadata()Returns a metadata object for class sap.ui.unified.Calendar.
addAriaLabelledBy(vAriaLabelledBy)Adds some ariaLabelledBy into the association ariaLabelledBy.
addDisabledDate(oDisabledDate)Adds some disabledDate to the aggregation disabledDates.
addSelectedDate(oSelectedDate)Adds some selectedDate to the aggregation selectedDates.
addSpecialDate(oSpecialDate)Adds some specialDate to the aggregation specialDates.
attachCancel(oData?, fnFunction, oListener?)Attaches event handler fnFunction to the cancel event of this sap.ui.unified.Calendar.
attachSelect(oData?, fnFunction, oListener?)Attaches event handler fnFunction to the select event of this sap.ui.unified.Calendar.
attachStartDateChange(oData?, fnFunction, oListener?)Attaches event handler fnFunction to the startDateChange event of this sap.ui.unified.Calendar.
destroyDisabledDates()Destroys all the disabledDates in the aggregation disabledDates.
destroySelectedDates()Destroys all the selectedDates in the aggregation selectedDates.
destroySpecialDates()Destroys all the specialDates in the aggregation specialDates.
detachCancel(fnFunction, oListener)Detaches event handler fnFunction from the cancel event of this sap.ui.unified.Calendar.
detachSelect(fnFunction, oListener)Detaches event handler fnFunction from the select event of this sap.ui.unified.Calendar.
detachStartDateChange(fnFunction, oListener)Detaches event handler fnFunction from the startDateChange event of this sap.ui.unified.Calendar.
displayDate(oDate)Displays a date in the calendar but don't set the focus.
fireCancel(mArguments?)Fires event cancel to attached listeners.
fireSelect(mArguments?)Fires event select to attached listeners.
fireStartDateChange(mArguments?)Fires event startDateChange to attached listeners.
focusDate(oDate)Sets the focused date of the calendar.
getAriaLabelledBy()Returns array of IDs of the elements which are the current targets of the association ariaLabelledBy.
getDisabledDates()Gets content of aggregation disabledDates.
getFirstDayOfWeek()Gets current value of property firstDayOfWeek.
getIntervalSelection()Gets current value of property intervalSelection.
getLegend()ID of the element which is the current target of the association legend, or null.
getMaxDate()Gets current value of property maxDate.
getMinDate()Gets current value of property minDate.
getMonths()Gets current value of property months.
getNonWorkingDays()Gets current value of property nonWorkingDays.
getPrimaryCalendarType()Gets current value of property primaryCalendarType.
getSecondaryCalendarType()Gets current value of property secondaryCalendarType.
getSelectedDates()Gets content of aggregation selectedDates.
getSingleSelection()Gets current value of property singleSelection.
getSpecialDates()Gets content of aggregation specialDates.
getStartDate()Returns the first day of the displayed month.
getWidth()Gets current value of property width.
indexOfDisabledDate(oDisabledDate)Checks for the provided sap.ui.unified.DateRange in the aggregation disabledDates.
indexOfSelectedDate(oSelectedDate)Checks for the provided sap.ui.unified.DateRange in the aggregation selectedDates.
indexOfSpecialDate(oSpecialDate)Checks for the provided sap.ui.unified.DateTypeRange in the aggregation specialDates.
insertDisabledDate(oDisabledDate, iIndex)Inserts a disabledDate into the aggregation disabledDates.
insertSelectedDate(oSelectedDate, iIndex)Inserts a selectedDate into the aggregation selectedDates.
insertSpecialDate(oSpecialDate, iIndex)Inserts a specialDate into the aggregation specialDates.
removeAllAriaLabelledBy()Removes all the controls in the association named ariaLabelledBy.
removeAllDisabledDates()Removes all the controls from the aggregation disabledDates.
removeAllSelectedDates()Removes all the controls from the aggregation selectedDates.
removeAllSpecialDates()Removes all the controls from the aggregation specialDates.
removeAriaLabelledBy(vAriaLabelledBy)Removes an ariaLabelledBy from the association named ariaLabelledBy.
removeDisabledDate(vDisabledDate)Removes a disabledDate from the aggregation disabledDates.
removeSelectedDate(vSelectedDate)Removes a selectedDate from the aggregation selectedDates.
removeSpecialDate(vSpecialDate)Removes a specialDate from the aggregation specialDates.
setFirstDayOfWeek(iFirstDayOfWeek)Sets a new value for property firstDayOfWeek.
setIntervalSelection(bIntervalSelection)Sets a new value for property intervalSelection.
setLegend(oLegend)Sets the associated legend.
setMaxDate(oMaxDate)Sets a new value for property maxDate.
setMinDate(oMinDate)Sets a new value for property minDate.
setMonths(iMonths)Sets a new value for property months.
setNonWorkingDays(sNonWorkingDays)Sets a new value for property nonWorkingDays.
setPrimaryCalendarType(sPrimaryCalendarType)Sets a new value for property primaryCalendarType.
setSecondaryCalendarType(sSecondaryCalendarType)Sets a new value for property secondaryCalendarType.
setSingleSelection(bSingleSelection)Sets a new value for property singleSelection.
setWidth(sWidth)Sets a new value for property width.
Constructor Detail
new sap.ui.unified.Calendar(sId?, mSettings?)
Constructor for a new Calendar.

Accepts an object literal mSettings that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.

The supported settings are:

In addition, all settings applicable to the base type sap.ui.core.Control can be used as well.

Parameters:
{string}sId? id for the new control, generated automatically if no id is given
{object}mSettings? initial settings for the new control
Event Detail
cancel(oControlEvent)
Date selection was cancelled
Parameters:
{sap.ui.base.Event}oControlEvent
{sap.ui.base.EventProvider}oControlEvent.getSource
{object}oControlEvent.getParameters
select(oControlEvent)
Date selection changed
Parameters:
{sap.ui.base.Event}oControlEvent
{sap.ui.base.EventProvider}oControlEvent.getSource
{object}oControlEvent.getParameters
startDateChange(oControlEvent)
startDate was changed while navigation in Calendar

Use getStartDate function to determine the current start date

Parameters:
{sap.ui.base.Event}oControlEvent
{sap.ui.base.EventProvider}oControlEvent.getSource
{object}oControlEvent.getParameters
Since:
1.34.0
Method Detail
sap.ui.unified.Calendar.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.ui.unified.Calendar with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.core.Control.extend.

Parameters:
{string}sClassName Name of the class being created
{object}oClassInfo? Object literal with information about the class
{function}FNMetaImpl? Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata
Returns:
{function} Created class / constructor function
sap.ui.unified.Calendar.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.ui.unified.Calendar.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class
addAriaLabelledBy(vAriaLabelledBy): sap.ui.unified.Calendar
Adds some ariaLabelledBy into the association ariaLabelledBy.
Parameters:
{string|sap.ui.core.Control}vAriaLabelledBy the ariaLabelledBy to add; if empty, nothing is inserted
Since:
1.28.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
addDisabledDate(oDisabledDate): sap.ui.unified.Calendar
Adds some disabledDate to the aggregation disabledDates.
Parameters:
{sap.ui.unified.DateRange}oDisabledDate the disabledDate to add; if empty, nothing is inserted
Since:
1.38.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
addSelectedDate(oSelectedDate): sap.ui.unified.Calendar
Adds some selectedDate to the aggregation selectedDates.
Parameters:
{sap.ui.unified.DateRange}oSelectedDate the selectedDate to add; if empty, nothing is inserted
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
addSpecialDate(oSpecialDate): sap.ui.unified.Calendar
Adds some specialDate to the aggregation specialDates.
Parameters:
{sap.ui.unified.DateTypeRange}oSpecialDate the specialDate to add; if empty, nothing is inserted
Since:
1.24.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
attachCancel(oData?, fnFunction, oListener?): sap.ui.unified.Calendar
Attaches event handler fnFunction to the cancel event of this sap.ui.unified.Calendar.

When called, the context of the event handler (its this) will be bound to oListener if specified, otherwise it will be bound to this sap.ui.unified.Calendar itself.

Date selection was cancelled

Parameters:
{object}oData? An application-specific payload object that will be passed to the event handler along with the event object when firing the event
{function}fnFunction The function to be called when the event occurs
{object}oListener? Context object to call the event handler with. Defaults to this sap.ui.unified.Calendar itself
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
attachSelect(oData?, fnFunction, oListener?): sap.ui.unified.Calendar
Attaches event handler fnFunction to the select event of this sap.ui.unified.Calendar.

When called, the context of the event handler (its this) will be bound to oListener if specified, otherwise it will be bound to this sap.ui.unified.Calendar itself.

Date selection changed

Parameters:
{object}oData? An application-specific payload object that will be passed to the event handler along with the event object when firing the event
{function}fnFunction The function to be called when the event occurs
{object}oListener? Context object to call the event handler with. Defaults to this sap.ui.unified.Calendar itself
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
attachStartDateChange(oData?, fnFunction, oListener?): sap.ui.unified.Calendar
Attaches event handler fnFunction to the startDateChange event of this sap.ui.unified.Calendar.

When called, the context of the event handler (its this) will be bound to oListener if specified, otherwise it will be bound to this sap.ui.unified.Calendar itself.

startDate was changed while navigation in Calendar

Use getStartDate function to determine the current start date

Parameters:
{object}oData? An application-specific payload object that will be passed to the event handler along with the event object when firing the event
{function}fnFunction The function to be called when the event occurs
{object}oListener? Context object to call the event handler with. Defaults to this sap.ui.unified.Calendar itself
Since:
1.34.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
destroyDisabledDates(): sap.ui.unified.Calendar
Destroys all the disabledDates in the aggregation disabledDates.
Since:
1.38.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
destroySelectedDates(): sap.ui.unified.Calendar
Destroys all the selectedDates in the aggregation selectedDates.
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
destroySpecialDates(): sap.ui.unified.Calendar
Destroys all the specialDates in the aggregation specialDates.
Since:
1.24.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
detachCancel(fnFunction, oListener): sap.ui.unified.Calendar
Detaches event handler fnFunction from the cancel event of this sap.ui.unified.Calendar.

The passed function and listener object must match the ones used for event registration.

Parameters:
{function}fnFunction The function to be called, when the event occurs
{object}oListener Context object on which the given function had to be called
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
detachSelect(fnFunction, oListener): sap.ui.unified.Calendar
Detaches event handler fnFunction from the select event of this sap.ui.unified.Calendar.

The passed function and listener object must match the ones used for event registration.

Parameters:
{function}fnFunction The function to be called, when the event occurs
{object}oListener Context object on which the given function had to be called
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
detachStartDateChange(fnFunction, oListener): sap.ui.unified.Calendar
Detaches event handler fnFunction from the startDateChange event of this sap.ui.unified.Calendar.

The passed function and listener object must match the ones used for event registration.

Parameters:
{function}fnFunction The function to be called, when the event occurs
{object}oListener Context object on which the given function had to be called
Since:
1.34.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
displayDate(oDate): sap.ui.unified.Calendar
Displays a date in the calendar but don't set the focus.
Parameters:
{object}oDate JavaScript date object for focused date.
Since:
1.28.0
Returns:
{sap.ui.unified.Calendar}this to allow method chaining
fireCancel(mArguments?): sap.ui.unified.Calendar
Fires event cancel to attached listeners.
Parameters:
{Map}mArguments? The arguments to pass along with the event
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
fireSelect(mArguments?): sap.ui.unified.Calendar
Fires event select to attached listeners.
Parameters:
{Map}mArguments? The arguments to pass along with the event
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
fireStartDateChange(mArguments?): sap.ui.unified.Calendar
Fires event startDateChange to attached listeners.
Parameters:
{Map}mArguments? The arguments to pass along with the event
Since:
1.34.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
focusDate(oDate): sap.ui.unified.Calendar
Sets the focused date of the calendar.
Parameters:
{object}oDate JavaScript date object for focused date.
Returns:
{sap.ui.unified.Calendar}this to allow method chaining
getAriaLabelledBy(): sap.ui.core.Control[]
Returns array of IDs of the elements which are the current targets of the association ariaLabelledBy.
Since:
1.28.0
Returns:
{sap.ui.core.Control[]}
getDisabledDates(): sap.ui.unified.DateRange[]
Gets content of aggregation disabledDates.

Date Ranges for disabled dates

Since:
1.38.0
Returns:
{sap.ui.unified.DateRange[]}
getFirstDayOfWeek(): int
Gets current value of property firstDayOfWeek.

If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value is set, the default of the used locale is used.

Default value is -1.

Since:
1.28.9
Returns:
{int} Value of property firstDayOfWeek
getIntervalSelection(): boolean
Gets current value of property intervalSelection.

If set, interval selection is allowed

Default value is false.

Returns:
{boolean} Value of property intervalSelection
ID of the element which is the current target of the association legend, or null.
Since:
1.38.5
Returns:
{sap.ui.unified.CalendarLegend}
getMaxDate(): object
Gets current value of property maxDate.

Maximum date that can be shown and selected in the Calendar. This must be a JavaScript date object.

Note: if the date is inside of a month the complete month is displayed, but dates outside the valid range can not be selected.

Note: If the maxDate is set to be before the minDate, the minDate is set to the begin of the month of the maxDate.

Since:
1.38.0
Returns:
{object} Value of property maxDate
getMinDate(): object
Gets current value of property minDate.

Minimum date that can be shown and selected in the Calendar. This must be a JavaScript date object.

Note: if the date is inside of a month the complete month is displayed, but dates outside the valid range can not be selected.

Note: If the minDate is set to be after the maxDate, the maxDate is set to the end of the month of the minDate.

Since:
1.38.0
Returns:
{object} Value of property minDate
getMonths(): int
Gets current value of property months.

number of months displayed on phones always only one month is displayed

Default value is 1.

Since:
1.28.0
Returns:
{int} Value of property months
getNonWorkingDays(): int[]
Gets current value of property nonWorkingDays.

If set, the provided weekdays are displayed as non-working days. Valid values inside the array are 0 to 6. If not set, the weekend defined in the locale settings is displayed as non-working days.

Since:
1.28.9
Returns:
{int[]} Value of property nonWorkingDays
getPrimaryCalendarType(): sap.ui.core.CalendarType
Gets current value of property primaryCalendarType.

If set, the calendar type is used for display. If not set, the calendar type of the global configuration is used.

Since:
1.34.0
Returns:
{sap.ui.core.CalendarType} Value of property primaryCalendarType
getSecondaryCalendarType(): sap.ui.core.CalendarType
Gets current value of property secondaryCalendarType.

If set, the days are also displayed in this calendar type If not set, the dates are only displayed in the primary calendar type

Since:
1.34.0
Returns:
{sap.ui.core.CalendarType} Value of property secondaryCalendarType
getSelectedDates(): sap.ui.unified.DateRange[]
Gets content of aggregation selectedDates.

Date Ranges for selected dates of the DatePicker

Returns:
{sap.ui.unified.DateRange[]}
getSingleSelection(): boolean
Gets current value of property singleSelection.

If set, only a single date or interval, if intervalSelection is enabled, can be selected

Default value is true.

Returns:
{boolean} Value of property singleSelection
getSpecialDates(): sap.ui.unified.DateTypeRange[]
Gets content of aggregation specialDates.

Date Range with type to visualize special days in the Calendar. If one day is assigned to more than one Type, only the first one will be used.

Since:
1.24.0
Returns:
{sap.ui.unified.DateTypeRange[]}
getStartDate(): object
Returns the first day of the displayed month.

There might be some days of the previous month shown, but they can not be focused.

Since:
1.34.1
Returns:
{object} JavaScript date object for start date.
getWidth(): sap.ui.core.CSSSize
Gets current value of property width.

Width of Calendar

Note: There is a theme depending minimum width, so the calendar can not be set smaller.

Since:
1.38.0
Returns:
{sap.ui.core.CSSSize} Value of property width
indexOfDisabledDate(oDisabledDate): int
Checks for the provided sap.ui.unified.DateRange in the aggregation disabledDates. and returns its index if found or -1 otherwise.
Parameters:
{sap.ui.unified.DateRange}oDisabledDate The disabledDate whose index is looked for
Since:
1.38.0
Returns:
{int} The index of the provided control in the aggregation if found, or -1 otherwise
indexOfSelectedDate(oSelectedDate): int
Checks for the provided sap.ui.unified.DateRange in the aggregation selectedDates. and returns its index if found or -1 otherwise.
Parameters:
{sap.ui.unified.DateRange}oSelectedDate The selectedDate whose index is looked for
Returns:
{int} The index of the provided control in the aggregation if found, or -1 otherwise
indexOfSpecialDate(oSpecialDate): int
Checks for the provided sap.ui.unified.DateTypeRange in the aggregation specialDates. and returns its index if found or -1 otherwise.
Parameters:
{sap.ui.unified.DateTypeRange}oSpecialDate The specialDate whose index is looked for
Since:
1.24.0
Returns:
{int} The index of the provided control in the aggregation if found, or -1 otherwise
insertDisabledDate(oDisabledDate, iIndex): sap.ui.unified.Calendar
Inserts a disabledDate into the aggregation disabledDates.
Parameters:
{sap.ui.unified.DateRange}oDisabledDate the disabledDate to insert; if empty, nothing is inserted
{int}iIndex the 0-based index the disabledDate should be inserted at; for a negative value of iIndex, the disabledDate is inserted at position 0; for a value greater than the current size of the aggregation, the disabledDate is inserted at the last position
Since:
1.38.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
insertSelectedDate(oSelectedDate, iIndex): sap.ui.unified.Calendar
Inserts a selectedDate into the aggregation selectedDates.
Parameters:
{sap.ui.unified.DateRange}oSelectedDate the selectedDate to insert; if empty, nothing is inserted
{int}iIndex the 0-based index the selectedDate should be inserted at; for a negative value of iIndex, the selectedDate is inserted at position 0; for a value greater than the current size of the aggregation, the selectedDate is inserted at the last position
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
insertSpecialDate(oSpecialDate, iIndex): sap.ui.unified.Calendar
Inserts a specialDate into the aggregation specialDates.
Parameters:
{sap.ui.unified.DateTypeRange}oSpecialDate the specialDate to insert; if empty, nothing is inserted
{int}iIndex the 0-based index the specialDate should be inserted at; for a negative value of iIndex, the specialDate is inserted at position 0; for a value greater than the current size of the aggregation, the specialDate is inserted at the last position
Since:
1.24.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
removeAllAriaLabelledBy(): sap.ui.core.Control[]
Removes all the controls in the association named ariaLabelledBy.
Since:
1.28.0
Returns:
{sap.ui.core.Control[]} An array of the removed elements (might be empty)
removeAllDisabledDates(): sap.ui.unified.DateRange[]
Removes all the controls from the aggregation disabledDates.

Additionally, it unregisters them from the hosting UIArea.

Since:
1.38.0
Returns:
{sap.ui.unified.DateRange[]} An array of the removed elements (might be empty)
removeAllSelectedDates(): sap.ui.unified.DateRange[]
Removes all the controls from the aggregation selectedDates.

Additionally, it unregisters them from the hosting UIArea.

Returns:
{sap.ui.unified.DateRange[]} An array of the removed elements (might be empty)
removeAllSpecialDates(): sap.ui.unified.DateTypeRange[]
Removes all the controls from the aggregation specialDates.

Additionally, it unregisters them from the hosting UIArea.

Since:
1.24.0
Returns:
{sap.ui.unified.DateTypeRange[]} An array of the removed elements (might be empty)
removeAriaLabelledBy(vAriaLabelledBy): sap.ui.core.Control
Removes an ariaLabelledBy from the association named ariaLabelledBy.
Parameters:
{int|string|sap.ui.core.Control}vAriaLabelledBy The ariaLabelledByto be removed or its index or ID
Since:
1.28.0
Returns:
{sap.ui.core.Control} the removed ariaLabelledBy or null
removeDisabledDate(vDisabledDate): sap.ui.unified.DateRange
Removes a disabledDate from the aggregation disabledDates.
Parameters:
{int|string|sap.ui.unified.DateRange}vDisabledDate The disabledDateto remove or its index or id
Since:
1.38.0
Returns:
{sap.ui.unified.DateRange} The removed disabledDate or null
removeSelectedDate(vSelectedDate): sap.ui.unified.DateRange
Removes a selectedDate from the aggregation selectedDates.
Parameters:
{int|string|sap.ui.unified.DateRange}vSelectedDate The selectedDateto remove or its index or id
Returns:
{sap.ui.unified.DateRange} The removed selectedDate or null
removeSpecialDate(vSpecialDate): sap.ui.unified.DateTypeRange
Removes a specialDate from the aggregation specialDates.
Parameters:
{int|string|sap.ui.unified.DateTypeRange}vSpecialDate The specialDateto remove or its index or id
Since:
1.24.0
Returns:
{sap.ui.unified.DateTypeRange} The removed specialDate or null
setFirstDayOfWeek(iFirstDayOfWeek): sap.ui.unified.Calendar
Sets a new value for property firstDayOfWeek.

If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value is set, the default of the used locale is used.

When called with a value of null or undefined, the default value of the property will be restored.

Default value is -1.

Parameters:
{int}iFirstDayOfWeek New value for property firstDayOfWeek
Since:
1.28.9
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
setIntervalSelection(bIntervalSelection): sap.ui.unified.Calendar
Sets a new value for property intervalSelection.

If set, interval selection is allowed

When called with a value of null or undefined, the default value of the property will be restored.

Default value is false.

Parameters:
{boolean}bIntervalSelection New value for property intervalSelection
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
setLegend(oLegend): sap.ui.unified.Calendar
Sets the associated legend.
Parameters:
{sap.ui.unified.CalendarLegend}oLegend Id of an element which becomes the new target of this legend association; alternatively, an element instance may be given
Since:
1.38.5
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
setMaxDate(oMaxDate): sap.ui.unified.Calendar
Sets a new value for property maxDate.

Maximum date that can be shown and selected in the Calendar. This must be a JavaScript date object.

Note: if the date is inside of a month the complete month is displayed, but dates outside the valid range can not be selected.

Note: If the maxDate is set to be before the minDate, the minDate is set to the begin of the month of the maxDate.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{object}oMaxDate New value for property maxDate
Since:
1.38.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
setMinDate(oMinDate): sap.ui.unified.Calendar
Sets a new value for property minDate.

Minimum date that can be shown and selected in the Calendar. This must be a JavaScript date object.

Note: if the date is inside of a month the complete month is displayed, but dates outside the valid range can not be selected.

Note: If the minDate is set to be after the maxDate, the maxDate is set to the end of the month of the minDate.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{object}oMinDate New value for property minDate
Since:
1.38.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
setMonths(iMonths): sap.ui.unified.Calendar
Sets a new value for property months.

number of months displayed on phones always only one month is displayed

When called with a value of null or undefined, the default value of the property will be restored.

Default value is 1.

Parameters:
{int}iMonths New value for property months
Since:
1.28.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
setNonWorkingDays(sNonWorkingDays): sap.ui.unified.Calendar
Sets a new value for property nonWorkingDays.

If set, the provided weekdays are displayed as non-working days. Valid values inside the array are 0 to 6. If not set, the weekend defined in the locale settings is displayed as non-working days.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{int[]}sNonWorkingDays New value for property nonWorkingDays
Since:
1.28.9
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
setPrimaryCalendarType(sPrimaryCalendarType): sap.ui.unified.Calendar
Sets a new value for property primaryCalendarType.

If set, the calendar type is used for display. If not set, the calendar type of the global configuration is used.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{sap.ui.core.CalendarType}sPrimaryCalendarType New value for property primaryCalendarType
Since:
1.34.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
setSecondaryCalendarType(sSecondaryCalendarType): sap.ui.unified.Calendar
Sets a new value for property secondaryCalendarType.

If set, the days are also displayed in this calendar type If not set, the dates are only displayed in the primary calendar type

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{sap.ui.core.CalendarType}sSecondaryCalendarType New value for property secondaryCalendarType
Since:
1.34.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
setSingleSelection(bSingleSelection): sap.ui.unified.Calendar
Sets a new value for property singleSelection.

If set, only a single date or interval, if intervalSelection is enabled, can be selected

When called with a value of null or undefined, the default value of the property will be restored.

Default value is true.

Parameters:
{boolean}bSingleSelection New value for property singleSelection
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining
setWidth(sWidth): sap.ui.unified.Calendar
Sets a new value for property width.

Width of Calendar

Note: There is a theme depending minimum width, so the calendar can not be set smaller.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{sap.ui.core.CSSSize}sWidth New value for property width
Since:
1.38.0
Returns:
{sap.ui.unified.Calendar} Reference to this in order to allow method chaining