XmlDateTimeData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |