Share via


DateTime_GetMonthCal

This macro retrieves the handle to a date and time pickers (DTP) child month calendar control.

HWND DateTime_GetMonthCal( 
HWND hwndDP);

Parameters

  • hwndDP
    Handle to a DTP control.

Return Values

Returns the handle to a DTP controls child month calendar control.

Remarks

DTP controls create a child month calendar control when the user clicks the drop-down arrow. When the month calendar is no longer needed, it is destroyed. Therefore, your application must not rely on a static handle to the DTPs child month calendar.

Requirements

Runs On Versions Defined in Include Link to
Windows CE OS 1.0 and later Commctrl.h   Commctrl.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

DTM_GETMONTHCAL

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.