JsonReader.ReadDateTimeArray method

Creates a DateTime array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function ReadDateTimeArray As DateTime()
'Usage
Dim instance As JsonReader
Dim returnValue As DateTime()

returnValue = instance.ReadDateTimeArray()
public DateTime[] ReadDateTimeArray()

Return value

Type: []
DateTime .

Remarks

The tokens within the “[” and “]” must be a sequence of DateTime tokens that are comma-separated.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace