public Nullable<DateTime> DateFromPoint( int x, int y )
'Declaration Public Overloads Function DateFromPoint( _ ByVal x As Integer, _ ByVal y As Integer _ ) As Nullable(Of Date)
'Declaration
Public Overloads Function DateFromPoint( _ ByVal x As Integer, _ ByVal y As Integer _ ) As Nullable(Of Date)
'Usage Dim instance As DropDownCalendar Dim x As Integer Dim y As Integer Dim value As Nullable(Of Date) value = instance.DateFromPoint(x, y)
'Usage
Dim instance As DropDownCalendar Dim x As Integer Dim y As Integer Dim value As Nullable(Of Date) value = instance.DateFromPoint(x, y)
DropDownCalendar Class DropDownCalendar Members Overload List