Spread Windows Forms 10.0 Product Documentation
DayOfWeekFromPoint(Int32,Int32) Method


The System.Int32 value that indicates the x-coordinate of the point.
The System.Int32 value that indicates the y-coordinate of the point.
Gets a date according the given x-coordinate and y-coordinate.
Syntax
'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)
public DayOfWeek DayOfWeekFromPoint( 
   int x,
   int 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.
Remarks
This method can retrieve a weekday from a special point which is determined by the x and y parameters. If the given point is not contained in the DropDownCalendar view, a a null reference (Nothing in Visual Basic) value is returned.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

DropDownCalendar Class
DropDownCalendar Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.