ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / GetDisplayRange Method
true to retrieve only the dates that are fully contained in displayed months; otherwise, false.

In This Topic
    GetDisplayRange Method
    In This Topic
    Retrieves date information that represents the low and high limits of the displayed dates of the control.
    Syntax
    'Declaration
     
    Public Function GetDisplayRange( _
       ByVal visible As Boolean _
    ) As SelectionRange
    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.
    See Also