DDay.iCal Version 0.71

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

Evaluates component recurrences for the given range of time, for the type of recurring component specified.

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<T>(
	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.

Type Parameters

T
The type of component to be evaluated for recurrences.

See Also