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

Gets the arraylist of recurring dates from the given date

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public ArrayList GetRecurringDates(
	DateTime startDate
)
Visual Basic (Declaration)
Public Function GetRecurringDates ( _
	startDate As DateTime _
) As ArrayList
Visual C++
public:
ArrayList^ GetRecurringDates(
	DateTime startDate
)

Parameters

startDate
Type: System..::.DateTime
The start date from which the recurrence should be found

Return Value

The arraylist of the recurring date

See Also