IXFeedItem::Modified Method
Retrieves the date and time of the last modification for this item.
Syntax
HRESULT Modified( SYSTEMTIME *pstModifiedTime );
Parameters
- pstModifiedTime
[out] Address of a variable of type SYSTEMTIME that receives the last modification date and time.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IXFeedItem::Modified property reflects the value of the
atom:updated
tag for Atom feeds ordcterms:modified
for Really Simple Syndication (RSS) feeds. The value is0
if not specified in the source.
See Also