SyndicationFeed.LastUpdatedTime Property

Definition

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.

Applies to