GetExceptions method
Returns calendar exceptions for the given date range.
Syntax
C++
HRESULT
GetExceptions(
DATE fromDate,
DATE toDate
IERUCollection** ppGetExceptions)
Scripting languages
Set GetExceptions
= Object.GetExceptions(
fromDate
as Date,
toDate as Date)
|
Parameters
fromDate
The starting date for the exceptions.
toDate
The ending date for the exceptions.
ppGetExceptions
Upon return, an IERUCollection
of exceptions between the supplied dates.
Return value
C++
The return code. |
Scripting languages
An IERUCollection of exceptions
between the supplied dates. |
|
Home
Applies to
IERUCalendarRecurringEvent |