Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class / GetDisplayRange Method
True to retrieve only the dates that are fully contained in displayed months; otherwise, false.

In This Topic
    GetDisplayRange Method (C1Calendar)
    In This Topic
    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