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(
	C1Scheduler scheduler,
	Point location
)
Visual Basic
Public Shared Function GetDateTimeAtPoint ( _
	scheduler As C1Scheduler, _
	location As Point _
) As Nullable(Of DateTime)

Parameters

scheduler
Type: C1.Silverlight.Schedule..::..C1Scheduler
The C1Scheduler 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