PowerTools InputMan for ASP.NET 8.0J
比較演算子(以下) オペレータ

比較対象のDateTimeEx (GrapeCity.Web.Input.Core.DateTimeEx 型)
比較対象のDateTimeEx (GrapeCity.Web.Input.Core.DateTimeEx 型)
DateTimeExの2つのインスタンスを比較して、最初のインスタンスが2番目のインスタンス以下かどうかを確認します。
構文
Public Operator <=( _
   ByVal d1 As DateTimeEx, _
   ByVal d2 As DateTimeEx _
) As Boolean
public bool operator <=( 
   DateTimeEx d1,
   DateTimeEx d2
)

パラメータ

d1
比較対象のDateTimeEx (GrapeCity.Web.Input.Core.DateTimeEx 型)
d2
比較対象のDateTimeEx (GrapeCity.Web.Input.Core.DateTimeEx 型)

戻り値の型

説明
True d1の値がd2の値以下の場合。
False d1の値がd2の値以上の場合。
例外
例外解説
System.ArgumentNullExceptiond1またはd2にnull(Visual BasicではNothing)が設定されています。
参照

DateTimeEx クラス
DateTimeEx メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.