MonthCal_GetCurSel macro (commctrl.h)

Retrieves the currently selected date. You can use this macro or send the MCM_GETCURSEL message explicitly.

Syntax

void MonthCal_GetCurSel(
   hmc,
   pst
);

Parameters

hmc

Type: HWND

Handle to a month calendar control.

pst

Type: LPSYSTEMTIME

Pointer to a SYSTEMTIME structure that will receive the currently selected date information. This parameter must be a valid address and cannot be NULL.

Return value

None

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