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

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

    Parameters

    array
    index
    See Also