'Declaration Public Function GetDateTimeAtPoint( _ ByVal location As System.Drawing.Point _ ) As System.Date
public System.DateTime GetDateTimeAtPoint( System.Drawing.Point location )
Parameters
- location
- The System.Drawing.Point value in screen coordinates.
Return Value
The System.DateTime value at given point if it's a point inside of scheduled area; the value of CurrentDate property in other case.