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 トークンは、文字列型ではありません。 |