Retrieves the date and time of the last modification for this item.
Syntax
HRESULT IFeedItem::get_Modified(DATE *modified);
Parameters
- modified
 
Pointer to a variable of type DATE that receives the last modification date and time.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IFeedItem::Modified property reflects the value of the
atom:updatedtag for Atom feeds, ordcterms:modifiedfor Really Simple Syndication (RSS) feeds. The value is0if not specified in the source.
See Also