PocketPlanner Programmer's Guide

DateCollection.RemoveAt Method

See Also

Removes the DateTime object at the specified index of this collection.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public new void RemoveAt (
    int index
)

Visual Basic

Public Shadows Sub RemoveAt ( _
    index As Integer _
)

 Parameters

index
The zero-based index of the DateTime object to remove.

 See Also