Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / Appointment Class / CopyPatternFrom Method
The Appointment object to copy from.

In This Topic
    CopyPatternFrom Method
    In This Topic
    Copies RecurrencePattern from the specified Appointment
    Syntax
    'Declaration
     
    Public Sub CopyPatternFrom( _
       ByVal app As Appointment _
    ) 
    public void CopyPatternFrom( 
       Appointment app
    )

    Parameters

    app
    The Appointment object to copy from.
    See Also