ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / WorkDays Class / CopyTo Method

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

    Parameters

    array
    index
    See Also