Search
DayOfWeekStyleCollection.Contains Method
See Also
 





Determines whether this collection contains the specified DayOfWeekStyle instance.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool Contains (
    DayOfWeekStyle style
)

Visual Basic  Copy Code

Public Function Contains ( _
    style As DayOfWeekStyle _
) As Boolean

 Parameters

style
The DayOfWeekStyle value to search for in the collection.

 Return Value

true if the object is found or false if it isn't.

 See Also