Scheduler for WinRT
FindUIForTime Method (C1Scheduler)


The System.DateTime value to find the Windows.UI.Xaml.FrameworkElement for.
Returns the Windows.UI.Xaml.FrameworkElement corresponding to the given System.DateTime value.
Syntax
'Declaration
 
Public Function FindUIForTime( _
   ByVal time As Date _
) As FrameworkElement
'Usage
 
Dim instance As C1Scheduler
Dim time As Date
Dim value As FrameworkElement
 
value = instance.FindUIForTime(time)
public FrameworkElement FindUIForTime( 
   DateTime time
)

Parameters

time
The System.DateTime value to find the Windows.UI.Xaml.FrameworkElement for.

Return Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.