CalendarItemRecurrenceInstances Method Ipswitch.Messaging.Framework
Gets the Occurences of the recurring appointment that occur inside of the given range. If Exceptions are found for appointments in the range provided this will return information for the exception for those occurences. You may get appointment instances that are slightly outside of the requested range depending on the appointments recurrence pattern.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public IEnumerable<RecurrenceInstance> RecurrenceInstances(
	DateTimeOffset Start,
	DateTimeOffset End
)

Parameters

Start
Type: SystemDateTimeOffset
Start
End
Type: SystemDateTimeOffset
End

Return Value

Type: IEnumerableRecurrenceInstance
IEnumerable>RecurrenceInstance<
See Also

Reference