次の方法で共有


TimeSpanHelper.FromSeconds(Int32, String) メソッド

定義

public:
 static TimeSpan FromSeconds(int seconds, System::String ^ text);
public static TimeSpan FromSeconds (int seconds, string text);
static member FromSeconds : int * string -> TimeSpan
Public Shared Function FromSeconds (seconds As Integer, text As String) As TimeSpan

パラメーター

seconds
Int32
text
String

戻り値

適用対象