MonthCal_GetSelRange macro (commctrl.h)

Retrieves date information that represents the upper and lower limits of the date range currently selected by the user. You can use this macro or send the MCM_GETSELRANGE message explicitly.

Syntax

BOOL MonthCal_GetSelRange(
   HWND         hmc,
   LPSYSTEMTIME rgst
);

Parameters

hmc

Type: HWND

Handle to a month calendar control.

rgst

Type: LPSYSTEMTIME

Pointer to a two-element array of SYSTEMTIME structures that will receive the lower and upper limits of the user's selection. The lower and upper limits are placed in rgst[0] and rgst[1], respectively. The time members of these structures will not be modified. This parameter must be a valid address and cannot be NULL.

Return value

Type: BOOL

Returns nonzero if successful, or zero otherwise. MonthCal_GetSelRange will fail if applied to a month calendar control that does not use the MCS_MULTISELECT style.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header commctrl.h