Sorts recurring components by their start dates

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class RecurringComponentDateSorter : IComparer<IRecurringComponent>
Visual Basic
Public Class RecurringComponentDateSorter _
	Implements IComparer(Of IRecurringComponent)
Visual C++
public ref class RecurringComponentDateSorter : IComparer<IRecurringComponent^>

Inheritance Hierarchy

System..::..Object
  iCal..::..RecurringComponentDateSorter

See Also