Scheduler for WinForms
GetDateTimeAtPoint メソッド (C1Schedule)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.Win.C1Schedule 名前空間 > C1Schedule クラス : GetDateTimeAtPoint メソッド
スクリーン座標の System.Drawing.Point値。
スクリーン座標で指定された Schedule 内の位置の System.DateTime値を返します。
シンタックス
'宣言
 
Public Function GetDateTimeAtPoint( _
   ByVal location As System.Drawing.Point _
) As System.Date
public System.DateTime GetDateTimeAtPoint( 
   System.Drawing.Point location
)

パラメータ

location
スクリーン座標の System.Drawing.Point値。

戻り値の型

指定された位置がスケジュール領域内であれば、指定位置の System.DateTime値。それ以外は CurrentDateの値。
参照

C1Schedule クラス
C1Schedule メンバ