Returns all occurrences of this component that start within the date range provided.
All components occurring between startTime and endTime
will be returned.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
IList<Occurrence> GetOccurrences( IDateTime startTime, IDateTime endTime ) |
| Visual Basic |
|---|
Function GetOccurrences ( _ startTime As IDateTime, _ endTime As IDateTime _ ) As IList(Of Occurrence) |
| Visual C++ |
|---|
IList<Occurrence>^ GetOccurrences( IDateTime^ startTime, IDateTime^ endTime ) |
Parameters
- startTime
- Type: iCal..::..IDateTime
The starting date range
- endTime
- Type: iCal..::..IDateTime
The ending date range