Determines whether any part of the specified day is selected.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool ContainsDay ( |
Visual Basic
Copy Code
|
|---|
Public Function ContainsDay( _ |
A DateTime instance specifying the day to check.
true if any part of the day is into the selection; otherwise false.
See Also