MindFusion.Scheduling for ASP.NET Programmer's Guide
TimetableDateCollection.Insert Method
See Also
 





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

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void Insert (
    int index,
    TimetableDate date
)

Visual Basic  Copy Code

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

 Parameters

index
Type: Int32
Specifies the position at which the TimetableDate object is inserted.
date
Type: TimetableDate
The TimetableDate instance to insert.

 See Also

TimetableDateCollection Members
TimetableDateCollection Class
MindFusion.Scheduling.WebForms Namespace