AtomDate.

ValueIso8601 Property

Summary

Gets and sets the DateTime using ISO-8601 date format. For serialization purposes only, use the PubDate property instead.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Atom
Containing Type
AtomDate

Syntax

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

Attributes

Type Description
XmlTextAttribute
DefaultValueAttribute

Value

Type Description
string
GitHub