Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Appointment Class / Copy Method

In This Topic
    Copy Method
    In This Topic
    Creates the copy of the Appointment object.
    Syntax
    'Declaration
     
    
    Public Function Copy() As Appointment
    public Appointment Copy()

    Return Value

    The new Appointment instance.
    See Also