Duration.Implicit(TimeSpan to Duration) 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
static operator System::Windows::Duration(TimeSpan timeSpan);
public static implicit operator System.Windows.Duration (TimeSpan timeSpan);
static member op_Implicit : TimeSpan -> System.Windows.Duration
Public Shared Widening Operator CType (timeSpan As TimeSpan) As Duration
パラメーター
戻り値
Duration の新しいインスタンス。
例外
TimeSpan が負の場合に発生します。
注釈
この演算子の同等のメソッドは次のようになります。 Duration.Duration(TimeSpan)