ITVViewer::GlobalEndTime

[This is preliminary documentation and subject to change.]

The GlobalEndTime method retrieves the date and time of the latest end time of any episode in the Guide database.

HRESULT GlobalEndTime(
  DATE *pdate  
);
 

Parameters

pdate
Pointer to a DATE structure that receives the latest end time.

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.
  Header: Declared in tvdisp.odl.
  Import Library: Included as a resource in tvx.exe.
  Unicode: Yes.

See Also

ITVViewer::GlobalStartTime