DateTime_CloseMonthCal macro (commctrl.h)

Closes the date and time picker (DTP) control. Use this macro or send the DTM_CLOSEMONTHCAL message explicitly.

Syntax

void DateTime_CloseMonthCal(
   hdp
);

Parameters

hdp

Type: HWND

A handle to the DTP control.

Return value

None

Remarks

Destroys the control and sends a DTN_CLOSEUP notification that the control is closing—as opposed to the control is opening (dropping-down as in the DTN_DROPDOWN notification)—to the control's parent.

Requirements

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

See also

DTN_CLOSEUP

DTN_DROPDOWN

Reference