'Declaration Public Overloads Function DayOfWeekFromPoint( _ ByVal x As Integer, _ ByVal y As Integer _ ) As DayOfWeek
'Usage Dim instance As DropDownCalendar Dim x As Integer Dim y As Integer Dim value As DayOfWeek value = instance.DayOfWeekFromPoint(x, y)
Parameters
- x
- The System.Int32 value that indicates the x-coordinate of the point.
- y
- The System.Int32 value that indicates the y-coordinate of the point.
Return Value
The DayOfWeek used to express the current weekday.