Evaluate ( IDateTime referenceTime, System.DateTime periodStart, System.DateTime periodEnd, bool includeReferenceDateInResults ) : IList |
Evaluates this event to determine the dates and times for which the event occurs. This method only evaluates events which occur between FromDate and ToDate; therefore, if you require a list of events which occur outside of this range, you must specify a FromDate and ToDate which encapsulate the date(s) of interest. For events with very complex recurrence rules, this method may be a bottleneck during processing time, especially when this method in called for a large number of events, in sequence, or for a very large time span. |
|