PowerTools CalendarGrid for Windows Forms 1.0J
DateFromPoint(Int32,Int32) メソッド

点の x 座標を示す System.Int32 値。
点の y 座標を示す System.Int32 値。
指定した x 座標と y 座標に基づいて日付を取得します。
構文
Public Overloads Function DateFromPoint( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Nullable(Of Date)
public Nullable<DateTime> DateFromPoint( 
   int x,
   int y
)

パラメータ

x
点の x 座標を示す System.Int32 値。
y
点の y 座標を示す System.Int32 値。

戻り値の型

現在の日付を表す Nullable 型。
解説
このメソッドは、x パラメーターと y パラメーターによって指定された特定の点から日付を取得します。指定された点が DropDownCalendar ビューに含まれない場合は、null 参照 (Visual Basicでは Nothing) 値が返されます。
参照

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

 

 


© 2014 GrapeCity inc. All rights reserved.