ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / CustomCalendarCollection Class / Remove Method / Remove(CustomCalendar) Method

In This Topic
    Remove(CustomCalendar) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal item As CustomCalendar _
    ) As System.Boolean
    public System.bool Remove( 
       CustomCalendar item
    )

    Parameters

    item
    See Also