PocketPlanner Programmer's Guide

Selection.ContainsDay Method

See Also

Determines whether any part of the specified day is selected.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool ContainsDay (
    DateTime date
)

Visual Basic

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