Atom.NET documentation

AtomDateConstruct Properties

The properties of the AtomDateConstruct class are listed below. For a complete list of AtomDateConstruct class members, see the AtomDateConstruct Members topic.

Public Instance Properties

DateTime The date time of the date construct.
FullName (inherited from AtomElement) The full qualified name of the element.
LocalName (inherited from AtomElement) The local name of the element.
NamespacePrefix (inherited from AtomElement) The namespace prefix of the element.
NamespaceUri (inherited from AtomElement) The namespace uri of the element.
UtcOffset The UTC offset of the date. Example:
TimeSpan utcOffset = TimeZone.CurrentTimeZone.GetUtcOffset(DateTime.Today)
XmlLang (inherited from AtomElement) The content's language of the current element.

Protected Internal Instance Properties

Buffer (inherited from AtomElement) The serialization buffer. Use it in your own subclasses for serialization purposes.

See Also

AtomDateConstruct Class | Atom.Core Namespace