IXFeed::LastDownloadTime Method

Returns the date and time of the last successful download for the feed.

Syntax

HRESULT LastDownloadTime(
    SYSTEMTIME *pstLastDownloadTime
);

Parameters

  • pstLastDownloadTime
    [out] Pointer to a SYSTEMTIME structure that receives the last download date and time.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IXFeed::LastWriteTime