ComponentOne Scheduler for WinForms
GetDisplayRange Method

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Calendar Class : GetDisplayRange Method
True to retrieve only the dates that are fully contained in displayed months; otherwise, false.
Returns date information that represents the low and high limits of the displayed dates of the control.
Syntax
'Declaration
 
Public Function GetDisplayRange( _
   ByVal visible As System.Boolean _
) As System.Windows.Forms.SelectionRange
public System.Windows.Forms.SelectionRange GetDisplayRange( 
   System.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.
See Also

Reference

C1Calendar Class
C1Calendar Members