IFeed::LastWriteTime Property

Retrieves the date and time of the most recent change to the feed.

Syntax

HRESULT IFeed::get_LastWriteTime(DATE *lastWrite);

Parameters

  • lastWrite
    Pointer to a variable of type DATE that receives the last write date and time.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IFeed::LastDownloadTime