XmlDateTimeData Struct

Definition

A struct that contains a raw string representation of a timestamp from a syndication feed.

public value class XmlDateTimeData
public struct XmlDateTimeData
type XmlDateTimeData = struct
Public Structure XmlDateTimeData
Inheritance
XmlDateTimeData

Remarks

Different syndication feed specifications allow for different timestamp formats. This struct carries the raw string timestamp as well as the qualified name of the xml element in the feed that the raw string came from.

Constructors

XmlDateTimeData(String, XmlQualifiedName)

Sets the DateTimeString and ElementQualifiedName properties using the given parameters.

Properties

DateTimeString

Gets the DateTimeString property.

ElementQualifiedName

Gets the ElementQualifiedName property.

Applies to