Skip to content

Commit 4937e30

Browse files
author
Colin Robertson
authored
Fix typo in using-cmonthcalctrl.md
1 parent 1c265c5 commit 4937e30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mfc/using-cmonthcalctrl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.assetid: 2be0e8c2-ed03-4853-aea1-4461eba18611
1010
The month calendar control ([CMonthCalCtrl](../mfc/reference/cmonthcalctrl-class.md)) 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.
1111

1212
> [!NOTE]
13-
> To use the `CMonthCalCtrl` class in your project, you must include AFXDTCTL.H, usually in*stdafx.h*.
13+
> To use the `CMonthCalCtrl` class in your project, you must include AFXDTCTL.H, usually in *stdafx.h*.
1414
1515
## What do you want to know more about
1616

0 commit comments

Comments
 (0)