次の方法で共有


SoapDuration.Parse(String) メソッド

定義

SOAP 期間の間隔文字列を に TimeSpan変換します。

public static TimeSpan Parse (string requestInterval);
static member Parse : string -> TimeSpan
Public Shared Function Parse (requestInterval As String) As TimeSpan

パラメーター

requestInterval
String

SOAP 期間の間隔を として指定 Stringします。

戻り値

SOAP 期間の間隔を として指定 TimeSpanします。

適用対象