Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / DateAppointmentsCollection Class / CopyTo Method

In This Topic
    CopyTo Method (DateAppointmentsCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As DateAppointments, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       DateAppointments[] array,
       System.int index
    )

    Parameters

    array
    index
    See Also