MindFusion.Scheduling for ASP.NET Programmer's Guide
Selection.Contains Method
See Also
 





Determines whether the specified date is currently selected.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public bool Contains (
    DateTime date
)

Visual Basic  Copy Code

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

 Parameters

date

Type: DateTime
A date to search for in the selection.

 Return Value

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

 See Also

Selection Members
Selection Class
MindFusion.Scheduling.WebForms Namespace