MonthCalendar.setMaxSelectionCount

Overview | Methods | This Package | All Packages

MonthCalendar.setMaxSelectionCount

Sets the maximum number of days that can be selected in a month calendar control.

Syntax

public void setMaxSelectionCount( int max )

Parameters

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.

Exceptions

WFCSystemException thrown if this method cannot set the value.

Remarks

Calling this method does not affect the current selection range.

See Also   getMaxSelectionCount