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
for the date provided (dt).
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 dt ) |
Parameters
- dt
- Type: DDay.iCal.DataTypes..::.iCalDateTime
The date for which to return occurrences. Time is ignored on this parameter.