ReadTimeSpanArray Method (String, String)
Collapse the table of content
Expand the table of content

XmlDictionaryReader.ReadTimeSpanArray Method (String, String)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Reads the contents of a series of nodes with the given localName and namespaceUri into a TimeSpan array.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

'Declaration
Public Overridable Function ReadTimeSpanArray ( _
	localName As String, _
	namespaceUri As String _
) As TimeSpan()

Parameters

localName
Type: System.String
The local name of the element.
namespaceUri
Type: System.String
The namespace URI of the element.

Return Value

Type: System.TimeSpan ()
A TimeSpan array.

The buffer allocated by this read operation is limited by the MaxArrayLength quota.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft