Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / WorkDays Class / FindAll Method

In This Topic
    FindAll Method (WorkDays)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindAll( _
       ByVal match As System.Predicate(Of DayOfWeek) _
    ) As System.Collections.Generic.List(Of T)
    public System.Collections.Generic.List<T> FindAll( 
       System.Predicate<DayOfWeek> match
    )

    Parameters

    match
    See Also