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
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); 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.