JsonReader.ReadTimeSpan método
Lê um intervalo de período de tempo do token JSON.
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 ReadTimeSpan As TimeSpan
'Uso
Dim instance As JsonReader
Dim returnValue As TimeSpan
returnValue = instance.ReadTimeSpan()
public TimeSpan ReadTimeSpan()
Valor retornado
Tipo: System.TimeSpan
O intervalo de tempo.
Exceções
Exceção | Condição |
---|---|
InvalidOperationException | O token JSON não é um tipo de cadeia de caracteres. |