Sets the maximum number of days that can be selected in a month calendar control.
public void setMaxSelectionCount( int max )
max
An integer that represents the maximum number of days that can be selected at one time in the control. The default value is 7.
WFCSystemException thrown if this method cannot set the value.
Calling this method does not affect the current selection range.
See Also getMaxSelectionCount