pbMultiSelect - cMonthCalendar
Determines whether date range selection is allowed in the calendar
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbMultiSelect
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbMultiSelect to BooleanVariable |
| Write Access: | Set pbMultiSelect to BooleanVariable/Value |
Description
Determines whether date range selection is allowed in the calendar, rather than returning a single date.
If you enable multi selection, you can select a date range by clicking on the start date with the mouse and then dragging the mosue toward the end date; dragging the mouse onto the last day of the month while doing so will switch the the next month.
Default is False
You may want to adjust peMouseSelectOk for selecting a date range. piMaxSelectedCount specifies the maximum day range for multi-select.