Returns the Nullable<(Of <(<'T>)>)> at the specified location.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static Nullable<DateTime> GetDateTimeAtPoint(
	CalendarBase calendar,
	Point location
)
Visual Basic
Public Shared Function GetDateTimeAtPoint ( _
	calendar As CalendarBase, _
	location As Point _
) As Nullable(Of DateTime)

Parameters

calendar
Type: C1.Silverlight.Schedule..::..CalendarBase
The CalendarBase control.
location
Type: System.Windows..::..Point
The Point object which specifies location inside control boundaries.

Return Value

Returns DateTime value if found; Null - otherwise.

See Also