GetOccurences method

Returns an IERUCollection for each event occurrence between the supplied start and end date. You can also specify 0 for the start and end date, in order to receive all occurrences.

Syntax


C++
HRESULT GetOccurences(
   DATE fromDate,
   DATE toDate
   IERUCollection** ppRecurrenceEvents)
Scripting languages
Set RecurrenceEvents = Object.GetOccurences(
   fromDate as Date,

  toDate as Date)

Parameters


fromDate

The starting date for the occurrences.

toDate

The ending date for the occurrences.

ppRecurrenceEvents

Upon return, an IERUCollection of ocurrences between the supplied dates.

Return value


C++

The return code.

Scripting languages

An IERUCollection of ocurrences between the supplied dates.

Home

Applies to

IERUCalendarRecurringEvent