PowerTools PlusPak for Windows Forms 8.0J
Compare メソッド

比較するDateTimeEx
比較の対象となるDateTimeEx
2つのDateTimeExインスタンスを比較します。
構文
Public Shared Function Compare( _
   ByVal t1 As DateTimeEx, _
   ByVal t2 As DateTimeEx _
) As Integer
public static int Compare( 
   DateTimeEx t1,
   DateTimeEx t2
)

パラメータ

t1
比較するDateTimeEx
t2
比較の対象となるDateTimeEx

戻り値の型

比較した結果を示す符号付き整数値
例外
例外解説
System.ArgumentNullExceptiont1 または t2 は 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