IFeedItem::Modified Property

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:updated tag for Atom feeds, or dcterms:modified for Really Simple Syndication (RSS) feeds. The value is 0 if not specified in the source.

See Also

IFeedItem::PubDate