共用方式為


SyndicationFeed.LastUpdatedTime 屬性

定義

取得或設定上次修改摘要的時間。 這個屬性代表 /rss/channel/lastBuildDateatom:updated 元素。

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

屬性值

/rss/channel/lastBuildDateatom:updated元素。

適用於