DDay.iCal Version 0.71

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

Returns all occurrences of components of type T that start within the date range provided. All components occurring between startTime and endTime will be returned.

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

Syntax

C#
public virtual List<Occurrence> GetOccurrences<T>(
	iCalDateTime startTime,
	iCalDateTime endTime
)
where T : RecurringComponent

Parameters

startTime
Type: DDay.iCal.DataTypes..::.iCalDateTime
The starting date range
endTime
Type: DDay.iCal.DataTypes..::.iCalDateTime
The ending date range

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:DDay.iCal.iCalendar.GetOccurrences``1(DDay.iCal.DataTypes.iCalDateTime,DDay.iCal.DataTypes.iCalDateTime)"]

See Also