ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ValueIntervalCollection Class / Add Method
The ValueInterval to add.

In This Topic
    Add Method (ValueIntervalCollection)
    In This Topic
    Adds a new value interval to the collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal vi As ValueInterval _
    ) 
    public void Add( 
       ValueInterval vi
    )

    Parameters

    vi
    The ValueInterval to add.
    See Also