SyndicationItem.PublishedDate 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置项目的发布日期。
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 中 item 元素下的 pubDate 元素。