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

DateTimeEx。
DateTimeEx。
指定した日付と時刻を加算して、新しい日付と時刻を作成します。
構文
Overloads Public Operator +( _
   ByVal d1 As DateTimeEx, _
   ByVal d2 As DateTimeEx _
) As DateTimeEx
public DateTimeEx operator +( 
   DateTimeEx d1,
   DateTimeEx d2
)

パラメータ

d1
DateTimeEx。
d2
DateTimeEx。

戻り値の型

d1 と d2 の値の合計を値として持つ DateTimeEx。
例外
例外解説
System.ArgumentNullExceptiond1d2 は 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