Skip to main content
Tab

CalendarSelection.CopyTo(DateTime[], Int32) Method

Copies the items from the collection to the specified array, starting at the specified index in the array object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void CopyTo(
    DateTime[] array,
    int index
)

Parameters

Name Type Description
array DateTime[]

A zero-based System.Array object that receives the copied items from the CalendarSelection collection.

index Int32

The first position in the specified System.Array object to receive the copied contents.

Remarks

Use this method to copy the contents of the CalendarSelection into the specified System.Array object, starting at the specified index.

Note

The array parameter must be a zero-based System.Array object.

Implements

See Also