'宣言 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の値。