SyndicationFeed.LastUpdatedTime Properti

Definisi

Mendapatkan atau mengatur waktu umpan terakhir diubah. Properti ini mewakili elemen /rss/channel/lastBuildDate atau atom: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

Nilai Properti

Elemen /rss/channel/lastBuildDate atau atom:updated .

Berlaku untuk