Sorts recurring components by their start dates
Namespace: iCalAssembly: 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^> |