'Declaration
Public Shared Function GetDateTimeAtPoint( _ ByVal calendar As CalendarBase, _ ByVal location As Point _ ) As Nullable(Of Date)
public static Nullable<DateTime> GetDateTimeAtPoint( CalendarBase calendar, Point location )
Parameters
- calendar
- The CalendarBase control.
- location
- The System.Windows.Point object which specifies location inside control boundaries.
Return Value
Returns System.DateTime value if found; Null - otherwise.