GrapeCity InputMan for Windows Forms 11.0J
DateFromPoint(Int32,Int32) メソッド

X座標を表すInt32値。
Y座標を表すInt32値。
指定の座標位置にある日付を取得します。
シンタックス
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座標を表すInt32値。
y
Y座標を表すInt32値。

戻り値の型

指定の座標位置にある日付を表すNullable<DateTime>値。
参照

参照

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

 

 


© 2004 GrapeCity inc. All rights reserved.