JsonReader.ReadTimeSpan 方法
讀取 JSON 權杖時段間隔。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Public Function ReadTimeSpan As TimeSpan
'用途
Dim instance As JsonReader
Dim returnValue As TimeSpan
returnValue = instance.ReadTimeSpan()
public TimeSpan ReadTimeSpan()
傳回值
類型:System.TimeSpan
時間範圍。
例外狀況
例外狀況 | 條件 |
---|---|
InvalidOperationException | JSON 權杖不是字串類型。 |