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





Copies the elements of this TimetableDateCollection to the specified collection at the specified index.

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

 Syntax

C#  Copy Code

public void CopyTo (
    TimetableDateCollection collection,
    int index
)

Visual Basic  Copy Code

Public Sub CopyTo ( _
    collection As TimetableDateCollection, _
    index As Integer _
)

 Parameters

collection
Type: TimetableDateCollection
The target collection to which the items are copied.
index

Type: Int32
Specifies the index at which items should be inserted in the target collection.

 See Also

TimetableDateCollection Members
TimetableDateCollection Class
MindFusion.Scheduling.WebForms Namespace