Scheduler for WinForms
GetDateTimeAtPoint メソッド (C1Schedule)

C1.Win.Schedule.6 アセンブリ > C1.Win.Schedule 名前空間 > C1Schedule クラス : GetDateTimeAtPoint メソッド
画面座標内の System.Drawing.Point 値。
画面上の特定のポイントにあるスケジュールに配置されている 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 メンバ