[]
Returns the FrameworkElement corresponding to the given DateTime value.
public FrameworkElement FindUIForTime(DateTime time)
Type | Name | Description |
---|---|---|
DateTime | time | The DateTime value to find the FrameworkElement for. |
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. |