DDay.iCal Version 0.71
[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| GetOccurrences(iCalDateTime) |
Returns a list of occurrences of each recurring component
for the date provided (dt).
| |
| GetOccurrences<(Of <(T>)>)(iCalDateTime) |
Returns all occurrences of components of type T that start on the date provided.
All components starting between 12:00:00AM and 11:59:59 PM will be
returned.
| |
| GetOccurrences(iCalDateTime, iCalDateTime) |
Returns a list of occurrences of each recurring component
that occur between FromDate and ToDate.
| |
| GetOccurrences<(Of <(T>)>)(iCalDateTime, iCalDateTime) |
Returns all occurrences of components of type T that start within the date range provided.
All components occurring between startTime and endTime
will be returned.
|