JsonReader.ReadTimeSpanArray method

Reads an array of TimeSpan objects.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Function ReadTimeSpanArray As TimeSpan()
'Usage
Dim instance As JsonReader
Dim returnValue As TimeSpan()

returnValue = instance.ReadTimeSpanArray()
public TimeSpan[] ReadTimeSpanArray()

Return value

Type: []

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace