Condividi tramite


SyndicationItem.PublishedDate Proprietà

Definizione

Ottiene o imposta la data di pubblicazione dell'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

Valore della proprietà

Elemento atom:published in atom:entry o l'elemento pubDate nell'elemento item in RSS 2.0.

Si applica a