PocketPlanner Programmer's Guide

Selection.Contains Method

See Also

Determines whether the specified date is currently selected.

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
A date to search for in the selection.

 Return Value

true if the date's cell is selected; otherwise false.

 See Also