PowerTools PlusPak for Windows Forms 8.0J
比較演算子(より大きい) オペレータ

DateTimeEx。
DateTimeEx。
指定した一方の DateTimeEx が、指定したもう一方の DateTimeEx より大きいかどうかを判断します。
構文
Public Operator >( _
   ByVal d1 As DateTimeEx, _
   ByVal d2 As DateTimeEx _
) As Boolean
public bool operator >( 
   DateTimeEx d1,
   DateTimeEx d2
)

パラメータ

d1
DateTimeEx。
d2
DateTimeEx。

戻り値の型

d1 が d2 より大きい場合は true。それ以外の場合は false。
例外
例外解説
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