ITTimeCollection::get_Item

[This is preliminary documentation and subject to change.]

Get an item from the collection using an index.

HRESULT get_Item(
  ULONG Index,
  ITTime **pVal
);
 

Parameters

Index
[in] Index of item to get.
pVal
[out] Pointer to ITTime desired interface.

Return Values

TBD