XmlDateTimeData(String, XmlQualifiedName) Constructor
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.
Sets the DateTimeString and ElementQualifiedName properties using the given parameters.
public:
XmlDateTimeData(System::String ^ dateTimeString, System::Xml::XmlQualifiedName ^ elementQualifiedName);
public XmlDateTimeData (string dateTimeString, System.Xml.XmlQualifiedName elementQualifiedName);
new System.ServiceModel.Syndication.XmlDateTimeData : string * System.Xml.XmlQualifiedName -> System.ServiceModel.Syndication.XmlDateTimeData
Public Sub New (dateTimeString As String, elementQualifiedName As XmlQualifiedName)
Parameters
- dateTimeString
- String
The raw string representation of the timestamp.
- elementQualifiedName
- XmlQualifiedName
The qualified name of the XML element that originally contained the raw timestamp string.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.