Wimark.Controls Class Library  

MonthCalendar.GetDisplayRange Method

Retrieves date information that represents the low and high limits of the displayed dates of the control.

[Visual Basic]
Public Function GetDisplayRange( _
   ByVal visible As Boolean _
) As SelectionRange 
[C#]
public SelectionRange GetDisplayRange( 
   bool visible 
);
[C++]
public: SelectionRange* GetDisplayRange( 
   bool visible 
);

Parameters

visible
true to retrieve only the dates that are fully contained in displayed months; otherwise, false.

Return Value

The begin and end dates of the displayed calendar.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

MonthCalendar Class | MonthCalendar Members | Wimark.Controls Namespace