BiCalendarSelectionModel
This selection model is used with BiCalendar and the items in the model
are Javascript date objects. Two dates are considered equal if they are
representing the same date (in other words the time of the day is ignored).
This class extends
BiSelectionModel
and therefore all methods and fields available for
BiSelectionModel
are also available for
BiCalendarSelectionModel
.
Constructor
new
BiCalendarSelectionModel
(
oOwner
)
Parameters
| Name | Type | Optional | Default | Descripton |
oOwner |
|
The calendar that this model is used with |
Properties
| Name | Type | get | set | Descripton |
maximum |
Date |
![]() |
![]() |
The maximum selectable date |
minimum |
Date |
![]() |
![]() |
The minimum selectable date |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
