Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the date and time of the last download for this item.
Syntax
HRESULT LastDownloadTime( SYSTEMTIME *pstLastDownloadTime );
Parameters
- pstLastDownloadTime
[out] Address of a variable of type SYSTEMTIME that receives the date and time.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The value of IXFeedItem::LastDownloadTime for the item may differ from the feed for the following reasons: if the feed no longer contains the item; if the server responds to a conditional GET request; if the feed item itself has not changed since the last time it was downloaded.
See Also