Returns the FrameworkElement corresponding to the given DateTime value.

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

Syntax

C#
public FrameworkElement FindUIForTime(
	DateTime time
)
Visual Basic
Public Function FindUIForTime ( _
	time As DateTime _
) As FrameworkElement

Parameters

time
Type: System..::..DateTime
The DateTime value to find the FrameworkElement for.

Return Value

A FrameworkElement that corresponds to the given DateTime value. Returns null if the DateTime value does not belong to displayed range, or if a FrameworkElement has not been generated for it.

See Also