IEPGItem::EndTime

[This is preliminary documentation and subject to change.]

The EndTime method gets the ending time of the item.

HRESULT EndTime(
  DATE* pEndTime  
);
 

Parameters

pEndTime
Pointer to a DATE structure that receives the date and time the item ends.

Return Values

Returns an HRESULT indicating success or failure. If the method succeeds it returns S_OK. Otherwise it returns an error code. For specific error code values see Winerror.h.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Import Library: User-defined.
  Unicode: Yes.

See Also

IEPGItem::Length, IEPGItem::StartTime