RssDate.

ValueRfc822 Property

Summary

Gets and sets the DateTime using RFC-822 date format. For serialization purposes only, use the PubDate property instead.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssDate

Syntax

[XmlText]
[DefaultValue(null)]
public string ValueRfc822 { get; set; }

Attributes

Type Description
XmlTextAttribute
DefaultValueAttribute

Value

Type Description
string
GitHub