Microsoft DirectX 8.1 (C++)

IScheduleEntries Interface

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The IScheduleEntries interface manages a ScheduleEntries collection of ScheduleEntry objects.

In addition to the methods inherited from IDispatch, the IScheduleEntries interface exposes the following methods.

Method Description
get_AddNew Adds an object to the collection.
get_Count Retrieves the number of objects in the collection.
get_Item Retrieves the object located at the specified index.
get_ItemsByKey Retrieves a sorted collection of objects that meet the specified criteria.
get_ItemsInTimeRange Retrieves a collection of objects whose start or end times occur within the specified range.
get_ItemsWithMetaProperty Retrieves a collection of objects all associated with the specified MetaProperty object.
get_ItemsWithMetaPropertyCond Retrieves a collection of objects that all meet the condition specified by a MetaPropertyCondition object.
get_ItemsWithService Retrieves a collection of objects that are all associated with the specified Service object.
get_ItemWithKey Retrieves an object by key metaproperty.
get_ItemWithServiceAtTime Retrieves an object by service and time.
Remove Removes a specified object from the collection.
RemoveAll Removes all objects from the collection.
Resync Updates the collection.

Remarks

The IID of this interface is IID_IScheduleEntries.