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 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