PocketPlanner Programmer's Guide

DateCollection.Insert Method

See Also

Inserts a DateTime object into the collection at the specified index.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Insert (
    int index,
    DateTime date
)

Visual Basic

Public Sub Insert ( _
    index As Integer, _
    date As DateTime _
)

 Parameters

index
Specifies the position at which the DateTime must be inserted.
date
A DateTime instance to be added to the collection.

 See Also