ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / WorkWeekCollection Class / Search Method

In This Topic
    Search Method (WorkWeekCollection)
    In This Topic
    Searches for a WorkWeek with the specified Name.
    Syntax
    'Declaration
     
    Public Function Search( _
       ByVal name As System.String _
    ) As WorkWeek
    public WorkWeek Search( 
       System.string name
    )

    Parameters

    name
    See Also