Search
Selection.ContainsDay Method
See Also
 






Determines whether any part of the specified day is selected.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool ContainsDay (
    DateTime date
)

Visual Basic  Copy Code

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

 Parameters

date

A DateTime instance specifying the day to check.

 Return Value

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

 See Also