다음을 통해 공유


SyndicationItem.PublishedDate 속성

정의

항목이 게시된 날짜를 가져오거나 설정합니다.

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

속성 값

atom:entry 아래의 atom:published 요소 또는 RSS 2.0항목 요소 아래에 있는 pubDate 요소입니다.

적용 대상