[]
Returns the DateTime value which is located in the Schedule at the given screen point.
public DateTime GetDateTimeAtPoint(Point location)
Public Function GetDateTimeAtPoint(location As Point) As Date
| Type | Name | Description |
|---|---|---|
| Point | location | The Point value in screen coordinates. |
| Type | Description |
|---|---|
| DateTime | The DateTime value at given point if it's a point inside of scheduled area; the value of CurrentDate property in other case. |