Compartir a través de


SyndicationItem.PublishedDate Propiedad

Definición

Obtiene o establece la fecha en que se publicó el elemento.

public:
 property DateTime PublishedDate { DateTime get(); void set(DateTime value); };
DateTime PublishedDate();

void PublishedDate(DateTime value);
public System.DateTimeOffset PublishedDate { get; set; }
var dateTime = syndicationItem.publishedDate;
syndicationItem.publishedDate = dateTime;
Public Property PublishedDate As DateTimeOffset

Valor de propiedad

El elemento atom:published bajo atom:entry o el elemento pubDate debajo del elemento item en RSS 2.0.

Se aplica a