DateTime_GetMonthCal macro (commctrl.h)

Gets the handle to a date and time picker's (DTP) child month calendar control. You can use this macro or send the DTM_GETMONTHCAL message explicitly.

Syntax

void DateTime_GetMonthCal(
   hdp
);

Parameters

hdp

Type: HWND

A handle to a DTP control.

Return value

None

Remarks

DTP controls create a child month calendar control when the user clicks the drop-down arrow (DTN_DROPDOWN notification). When the month calendar is no longer needed, it is destroyed (a DTN_CLOSEUP notification is sent on destruction). So your application must not rely on a static handle to the DTP's child month calendar.

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

See also

DTN_CLOSEUP

DTN_DROPDOWN

Reference