| Visual Basic (Declaration) | |
|---|---|
Public Function DateAt( _ ByVal nX As Integer, _ ByVal nY As Integer _ ) As Date | |
Parameters
- nX
- The x-coordinate to evalute.
- nY
- The y-coordinate to evalute.
Return Value
This method returns a value of DateTime, indicating the date at a specific location.The parameters passed to this method are relational to the location in the control, not to the screen.