IScheduleCollection::AddRange method (pla.h)

Adds one or more schedules to the collection.

Syntax

HRESULT AddRange(
  [in] IScheduleCollection *pSchedules
);

Parameters

[in] pSchedules

An IScheduleCollection interface to a collection of one or more schedules to add to this collection.

Return value

Returns S_OK if successful.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IScheduleCollection

IScheduleCollection::Add

IScheduleCollection::Remove