[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1SchedulerViewModel.FindUIForTime

FindUIForTime Method

FindUIForTime(DateTime)

Returns the FrameworkElement corresponding to the given DateTime value.

Declaration
public FrameworkElement FindUIForTime(DateTime time)
Parameters
Type Name Description
DateTime time

The DateTime value to find the FrameworkElement for.

Returns
Type Description
FrameworkElement

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.