Returns all occurrences of this component that start on the date provided.
All components starting between 12:00:00AM and 11:59:59 PM will be
returned.
Note
This will first Evaluate() the date range required in order to
determine the occurrences for the date provided, and then return
the occurrences.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
IList<Occurrence> GetOccurrences( IDateTime dt ) |
| Visual Basic |
|---|
Function GetOccurrences ( _ dt As IDateTime _ ) As IList(Of Occurrence) |
| Visual C++ |
|---|
IList<Occurrence>^ GetOccurrences( IDateTime^ dt ) |
Parameters
- dt
- Type: iCal..::..IDateTime
The date for which to return occurrences.