Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

CalendarSelection Constructors

Represents a collection of dates selected within the calendar.
Name Parameters Description
CalendarSelection(IWebControlObject, DatePickerType) owner, pickerType Initializes a new instance of the CalendarSelection class.
CalendarSelection(IWebControlObject, DateTime[]) owner, dates Initializes a new instance of the CalendarSelection class with the specified owner and collection items.
CalendarSelection(IWebControlObject, Int32, DatePickerType) owner, capacity, pickerType Initializes a new instance of the CalendarSelection class.
CalendarSelection(IWebControlObject, Int32) owner, capacity Initializes a new instance of the CalendarSelection class with the specified owner and capacity.
CalendarSelection(IWebControlObject) owner Initializes a new instance of the CalendarSelection class with the specified owner.
See Also