Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentList Class / Sort Method / Sort() Method

In This Topic
    Sort() Method
    In This Topic
    Sorts the elements in the entire AppointmentList using the default comparer (by the Appointment.Start value).
    Syntax
    'Declaration
     
    
    Public Overloads Sub Sort() 
    public void Sort()
    See Also