Modified Property

Retrieves the date and time of the last modification for this item.

Syntax

[ modified = ] FeedItem.Modified

Possible Values

modified Floating-point number that receives the last modification date and time.

The property is read-only. The property has no default value.

Remarks

The 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.

Applies To

FeedItem

See Also

PubDate