Gets a list of alarm occurrences for the given recurring component, rc
that occur between FromDate and ToDate.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
IList<AlarmOccurrence> GetOccurrences( IRecurringComponent rc, IDateTime fromDate, IDateTime toDate ) |
| Visual Basic |
|---|
Function GetOccurrences ( _ rc As IRecurringComponent, _ fromDate As IDateTime, _ toDate As IDateTime _ ) As IList(Of AlarmOccurrence) |
| Visual C++ |
|---|
IList<AlarmOccurrence>^ GetOccurrences( IRecurringComponent^ rc, IDateTime^ fromDate, IDateTime^ toDate ) |
Parameters
- rc
- Type: iCal..::..IRecurringComponent
- fromDate
- Type: iCal..::..IDateTime
- toDate
- Type: iCal..::..IDateTime