'宣言 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 プロパティの値。