AtomLink.

ThreadUpdatedIso8601 Property

Summary

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

Syntax

[DefaultValue(null)]
[XmlAttribute("updated", Namespace = ThreadingNamespace)]
public string ThreadUpdatedIso8601 { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlAttributeAttribute

Value

Type Description
string
GitHub