SyndicationFeed.LastUpdatedTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the time the feed was last modified. This property represents the /rss/channel/lastBuildDate or atom:updated element.
public:
property DateTime LastUpdatedTime { DateTime get(); void set(DateTime value); };
DateTime LastUpdatedTime();
void LastUpdatedTime(DateTime value);
public System.DateTimeOffset LastUpdatedTime { get; set; }
var dateTime = syndicationFeed.lastUpdatedTime;
syndicationFeed.lastUpdatedTime = dateTime;
Public Property LastUpdatedTime As DateTimeOffset
Property Value
The /rss/channel/lastBuildDate or atom:updated element.