Compartilhar via


JsonReader.ReadDateTime método

Cria um objeto de DateTime da cadeia JSON. 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 (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)

Sintaxe

'Declaração
Public Function ReadDateTime As DateTime
'Uso
Dim instance As JsonReader
Dim returnValue As DateTime

returnValue = instance.ReadDateTime()
public DateTime ReadDateTime()

Valor retornado

Tipo: System.DateTime
DateTime .

Comentários

O token que pode ser usado para criar o objeto DateTime deve começar com "\/Date ("e uma termina com") \ /" na cadeia de JSON. O tipo do token é DateTime.

Ver também

Referência

JsonReader classe

JsonReader membros

Microsoft.SharePoint.Client namespace