This method retrieves the CMonthCalCtrl object associated with the date and time picker control. Date and time picker controls create a child month calendar control when the user clicks the drop-down arrow. When the CMonthCalCtrl object is no longer needed, it is destroyed, so your application must not rely on storing the object representing the date time picker control's child month calendar..
Header file: | Afxdtctl.h |
Platforms: | H/PC Pro |
Windows CE versions: | 2.10 and later |
Complete documentation: | Visual C++ documentation |
CMonthCalCtrl* GetMonthCalCtrl() const;