Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 1.64 KB

dtm-closemonthcal.md

File metadata and controls

77 lines (45 loc) · 1.64 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
DTM_CLOSEMONTHCAL message (Commctrl.h)
Closes a date and time picker (DTP) control. Send this message explicitly or by using the DateTime\_CloseMonthCal macro.
f60af77f-ec34-4f3d-9427-cda7ac6083bf
DTM_CLOSEMONTHCAL message Windows Controls
apiref
DTM_CLOSEMONTHCAL
Commctrl.h
HeaderDef
reference
05/31/2018

DTM_CLOSEMONTHCAL message

Closes a date and time picker (DTP) control. Send this message explicitly or by using the DateTime_CloseMonthCal macro.

Parameters

wParam

Must be zero.

lParam

Must be zero.

Return value

Returns zero.

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]
Header
Commctrl.h

See also

Reference

DTN_DROPDOWN

DTN_CLOSEUP