ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ValueIntervalCollection Class / Remove Method
The ValueInterval to remove from the collection.

In This Topic
    Remove Method (ValueIntervalCollection)
    In This Topic
    Removes a specific value interval from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal vi As ValueInterval _
    ) 
    public void Remove( 
       ValueInterval vi
    )

    Parameters

    vi
    The ValueInterval to remove from the collection.
    See Also