CopyTo

DateFormatCollection.CopyTo method

Copies the elements of the collection to an Array, starting at a particular Array index.

public void CopyTo(DateFormat[] array, int arrayIndex)
Parameter Type Description
array DateFormat[] The one-dimensional Array that is the destination of the elements copied from the collection.
arrayIndex Int32 The zero-based index in array at which copying begins.

See Also