Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, ordcterms:modified
for Really Simple Syndication (RSS) feeds. The value is0
if not specified in the source.
Applies To
FeedItem
See Also