Retrieves date information that represents the low and high limits of the displayed dates of the control.
The begin and end dates of the displayed calendar.
The MonthCalendar.GetDisplayRange(bool) method returns a MonthCalendar.SelectionRange that contains the begin and end dates displayed in the current view of the control. You can modify the returned range based on the value you specify for the visible parameter. By specifying false, you can retrieve all dates displayed on the control; specifying true retrieves only those dates that are part of fully displayed months.