IScheduleCollection::Add method (pla.h)

Adds a schedule to the collection.

Syntax

HRESULT Add(
  [in] ISchedule *pSchedule
);

Parameters

[in] pSchedule

An ISchedule interface of the schedule to add to the 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::AddRange

IScheduleCollection::Remove