Compartir a través de


SyndicationFeed.LastUpdatedTime Propiedad

Definición

Obtiene o establece la hora en que se modificó por última vez la fuente. Esta propiedad representa el elemento /rss/channel/lastBuildDate o 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

Valor de propiedad

Elemento /rss/channel/lastBuildDate o atom:updated .

Se aplica a