ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CustomCalendarCollection Class / Search Method / Search(Int32) Method

In This Topic
    Search(Int32) Method
    In This Topic
    Searches for a CustomCalendar with the specified ID.
    Syntax
    'Declaration
     
    Public Overloads Function Search( _
       ByVal id As System.Integer _
    ) As CustomCalendar
    public CustomCalendar Search( 
       System.int id
    )

    Parameters

    id
    See Also