DDay.iCal Version 0.71

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
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.
Note: This will first Evaluate() the date range required in order to determine the occurrences for the date provided, and then return the occurrences.
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.

See Also