DDay.iCal Version 0.71

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

Returns a list of occurrences of each recurring component for the date provided (dt).

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 dt
)

Parameters

dt
Type: DDay.iCal.DataTypes..::.iCalDateTime
The date for which to return occurrences. Time is ignored on this parameter.

Return Value

A list of occurrences that occur on the given date (dt).

See Also