JsonReader.ReadTimeSpan - Méthode
Lit un intervalle TimeSpan à partir du jeton JSON.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Function ReadTimeSpan As TimeSpan
'Utilisation
Dim instance As JsonReader
Dim returnValue As TimeSpan
returnValue = instance.ReadTimeSpan()
public TimeSpan ReadTimeSpan()
Valeur renvoyée
Type : System.TimeSpan
L'intervalle de temps.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Le jeton JSON n'est pas un type de chaîne. |