PowerTools PlusPak for Windows Forms 8.0J
減算演算子(DateTimeEx,TimeSpan) オペレータ

DateTimeEx。
System.TimeSpan。
指定した日付と時刻から指定した時間間隔を減算して、新しい日付と時刻を作成します。
構文
Overloads Public Operator -( _
   ByVal d As DateTimeEx, _
   ByVal t As TimeSpan _
) As DateTimeEx
public DateTimeEx operator -( 
   DateTimeEx d,
   TimeSpan t
)

パラメータ

d
DateTimeEx。
t
System.TimeSpan。

戻り値の型

d の値から t の値を減算した結果を値として持つ DateTimeEx。
例外
例外解説
System.ArgumentNullExceptiondt は null にできません。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

DateTimeEx クラス
DateTimeEx メンバ
オーバーロード一覧

Send Feedback