Scheduler for WPF
FindUIForTime メソッド (C1SchedulerViewModel)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1SchedulerViewModel クラス : FindUIForTime メソッド
The System.DateTime value to find the System.Windows.FrameworkElement for.
Returns the System.Windows.FrameworkElement corresponding to the given System.DateTime value.
シンタックス
'宣言
 
Public Function FindUIForTime( _
   ByVal time As System.Date _
) As System.Windows.FrameworkElement
public System.Windows.FrameworkElement FindUIForTime( 
   System.DateTime time
)

パラメータ

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

戻り値の型

A System.Windows.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 System.Windows.FrameworkElement has not been generated for it.
参照

C1SchedulerViewModel クラス
C1SchedulerViewModel メンバ