MCM_GETMAXSELCOUNT

This message retrieves the maximum selectable date range that is set for a month calendar control.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later
Related macro: MonthCal_GetMaxSelCount

Syntax

MCM_GETMAXSELCOUNT wParam = 0; lParam = 0;

Return Values

Returns an INT value that represents the total number of days that can be selected for the control.

Remarks

You can change the selectable date range using the MCM_SETMAXSELCOUNT message.