GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Integer _
    ) As CustomCalendar
    public CustomCalendar Search( 
       int id
    )

    Parameters

    id
    See Also