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 BiCalendar The calendar that this model is used with

Properties

Name Type get set Descripton
maximum Date checked checked The maximum selectable date
minimum Date checked checked The minimum selectable date

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks