PocketPlanner Programmer's Guide

DateCollection.Remove Method

See Also

Removes the first occurrence of a DateTime object from this collection.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Remove (
    DateTime date
)

Visual Basic

Public Sub Remove ( _
    date As DateTime _
)

 Parameters

date
A DateTime instance which must be removed from the collection.

 See Also