Search
DateStyleCollection.Contains Method
See Also
 





Determines whether this collection contains the specified DateStyle instance.

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

 Syntax

C#  Copy Code

public bool Contains (
    DateStyle style
)

Visual Basic  Copy Code

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

 Parameters

style
The DateStyle value to search for in the collection.

 Return Value

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

 See Also