DDay.iCal Version 0.71

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

Evaluates component recurrences for the given range of time.

Examples

For example, if you are displaying a month-view for January 2007, you would want to evaluate recurrences for Jan. 1, 2007 to Jan. 31, 2007 to display relevant information for those dates.

Namespace:  DDay.iCal
Assembly:  DDay.iCal (in DDay.iCal.dll) Version: 0.71.0.0 (0.71.0.0)

Syntax

C#
[ObsoleteAttribute("This method is no longer supported.  Use GetOccurrences() instead.")]
public void Evaluate(
	iCalDateTime FromDate,
	iCalDateTime ToDate
)

Parameters

FromDate
Type: DDay.iCal.DataTypes..::.iCalDateTime
The beginning date/time of the range to test.
ToDate
Type: DDay.iCal.DataTypes..::.iCalDateTime
The end date/time of the range to test.

See Also