dbicDayView Send comments on this topic.
Sort Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentCollection Class : Sort Method

comparer
The Comparer to use when comparing the elements in the collection.
Sorts the elements of the collection.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Sort( _
   ByVal comparer As IComparer _
) 
C# 
public virtual void Sort( 
   IComparer comparer
)

Parameters

comparer
The Comparer to use when comparing the elements in the collection.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also