Visual Basic (Declaration) | |
---|---|
Public Overloads Function DayOfWeekFromPoint( _ ByVal point As Point _ ) As DayOfWeek |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DropDownCalendar Dim point As Point Dim value As DayOfWeek value = instance.DayOfWeekFromPoint(point) |
Parameters
- point
- The value of the point type.
Return Value
The DayOfWeekType used to express the current weekday.This method can retrieve a weekday from a special point. If the given point is not contained in the DropDownCalendar view, a a null reference (Nothing in Visual Basic) value is returned.
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8