PocketPlanner Programmer's Guide

DateStyleCollection.CopyTo Method

See Also

Copies the elements of the DateStyleCollection to another collection, starting from a particular index.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void CopyTo (
    DateStyleCollection collection,
    int index
)

Visual Basic

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

 Parameters

collection
The target collection to which items should be copied.
index
Specifies the index at which items should be inserted in the target collection.

 See Also