Search
DateCollection.Insert Method
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Insert (
    int index,
    DateTime date
)

Visual Basic  Copy Code

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