Overload List
Name | Description | |
---|---|---|
GetOccurrences(DateTime) | ||
GetOccurrences(IDateTime) |
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.
| |
GetOccurrences(DateTime, DateTime) | ||
GetOccurrences(IDateTime, IDateTime) |
Returns all occurrences of this component that start within the date range provided.
All components occurring between startTime and endTime
will be returned.
|