IFeed2::LastItemDownloadTime Property
Gets the most recent download time for all feed items.
Syntax
HRESULT IFeed2::get_LastItemDownloadTime(DATE *lastItemDownloadTime);
Parameters
- lastItemDownloadTime
Pointer to a variable of type DATE that receives the date and time of the item most recently downloaded.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The retrieved time is adjusted for the local time zone.
If there are no items in the feed, the retrieved value is 0, which represents the date and time
"Sat Dec 30 00:00:00 PST 1899"
.