Returns the FrameworkElement corresponding to the given DateTime value.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public FrameworkElement FindUIForTime( DateTime time ) |
Visual Basic (Declaration) |
---|
Public Function FindUIForTime ( _ time As DateTime _ ) As FrameworkElement |
Parameters
- time
- Type: System..::..DateTime
The DateTime value to find the FrameworkElement for.