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: []