Returns the FrameworkElement corresponding to the given DateTime value.
Namespace:
C1.Silverlight.ScheduleAssembly: 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.