DDay.iCal Version 0.71

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

Returns a list of occurrences of each recurring component that occur between FromDate and ToDate.

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

Syntax

C#
public List<Occurrence> GetOccurrences(
	iCalDateTime FromDate,
	iCalDateTime ToDate
)

Parameters

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

Return Value

A list of occurrences that fall between the dates provided.

See Also