PocketPlanner Programmer's Guide

Selection.Remove Method (DateTime)

See Also

Removes the specified date from the selection.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Remove (
    DateTime date
)

Visual Basic

Public Sub Remove ( _
    date As DateTime _
)

 Parameters

date
The date to be removed from the selection.

 See Also