Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.41 KB

using-cmonthcalctrl.md

File metadata and controls

27 lines (18 loc) · 1.41 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Using CMonthCalCtrl
Using CMonthCalCtrl
11/04/2016
CMonthCalCtrl class [MFC], about CMonthCalCtrl class
2be0e8c2-ed03-4853-aea1-4461eba18611

Using CMonthCalCtrl

The month calendar control (CMonthCalCtrl) implements a calendar-like user interface. This provides the user with a very intuitive and recognizable method of entering or selecting a date. The control also provides the application with the means to obtain and set the date information in the control using existing data types. By default, the month calendar control displays the current day and month. However, the user is able to scroll to the previous and next months and select a specific month and/or year.

Note

To use the CMonthCalCtrl class in your project, you must include AFXDTCTL.H, usually in stdafx.h.

What do you want to know more about

See also

Controls