DDay.iCal Version 0.71
Assembly: DDay.iCal (in DDay.iCal.dll) Version: 0.71.0.0 (0.71.0.0)
[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.iCalAssembly: 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.