XmlDictionaryReader.ReadDateTimeArray Method (XmlDictionaryString, XmlDictionaryString)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts a node's content to a DateTime array.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Public Overridable Function ReadDateTimeArray ( _ localName As XmlDictionaryString, _ namespaceUri As XmlDictionaryString _ ) As DateTime()
Parameters
- localName
- Type: System.Xml.XmlDictionaryString
The local name of the element.
- namespaceUri
- Type: System.Xml.XmlDictionaryString
The namespace URI of the element.
Show: