Retrieves date information that represents the low and high limits of the control's display.
[Visual Basic] Public Function GetDisplayRange( _ ByVal visible As Boolean _ ) As SelectionRange [C#] public SelectionRange GetDisplayRange( bool visible ); [C++] public: SelectionRange* GetDisplayRange( bool visible ); [JScript] public function GetDisplayRange( visible : Boolean ) : SelectionRange;
the start and end dates of the display range.
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace