PocketPlanner Programmer's Guide

DateCollection.Contains Method

See Also

Determines whether this collection contains the specified DateTime instance.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool Contains (
    DateTime date
)

Visual Basic

Public Function Contains ( _
    date As DateTime _
) As Boolean

 Parameters

date
The DateTime object to search for in the collection.

 Return Value

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

 See Also