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





Determines whether any part of the specified day is selected.

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

 Syntax

C#  Copy Code

public bool ContainsDay (
    DateTime date
)

Visual Basic  Copy Code

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

 Parameters

date
Type: DateTime
A DateTime instance specifying the day to check.

 Return Value

Type: Boolean
true if any part of the day is into the selection; otherwise false.

 See Also

Selection Members
Selection Class
MindFusion.Scheduling.WebForms Namespace