'Declaration Public Overloads Function DateFromPoint( _ ByVal point As Point _ ) As Nullable(Of Date)
'Usage Dim instance As DropDownCalendar Dim point As Point Dim value As Nullable(Of Date) value = instance.DateFromPoint(point)
public Nullable<DateTime> DateFromPoint( Point point )
Parameters
- point
- The value of the System.Drawing.Point type.
Return Value
The Nullable type used to express the current date.