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

NameTypeOptionalDefaultDescripton
oOwnerBiCalendarThe calendar that this model is used with

Properties

NameTypegetsetDescripton
maximumDatecheckedcheckedThe maximum selectable date
minimumDatecheckedcheckedThe minimum selectable date

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.