PocketPlanner Programmer's Guide

DateStyleCollection.Contains Method

See Also

Determines whether this collection contains the specified DateStyle instance.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool Contains (
    DateStyle style
)

Visual Basic

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