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

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

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

Parameters

calendar
Type: C1.Xaml.Calendar..::..C1Calendar
The C1Calendar control.
location
Type: Point
The Point object which specifies location inside control boundaries.

Return Value

Returns DateTime value if found; Null - otherwise.

See Also