Scheduler for UWP
FindUIForTime メソッド (C1Scheduler)

C1.UWP.Schedule アセンブリ > C1.Xaml.Schedule 名前空間 > C1Scheduler クラス : FindUIForTime メソッド
見つける Windows.UI.Xaml.FrameworkElementに対応する System.DateTime値。
指定された System.DateTime値に対応する Windows.UI.Xaml.FrameworkElementを返します。
シンタックス
'宣言
 
Public Function FindUIForTime( _
   ByVal time As System.Date _
) As Windows.UI.Xaml.FrameworkElement
public Windows.UI.Xaml.FrameworkElement FindUIForTime( 
   System.DateTime time
)

パラメータ

time
見つける Windows.UI.Xaml.FrameworkElementに対応する System.DateTime値。

戻り値の型

指定された System.DateTime値に対応する Windows.UI.Xaml.FrameworkElementSystem.DateTime値が表示される範囲に属さない場合、または Windows.UI.Xaml.FrameworkElementが生成されていない場合は、null を返します。
参照

C1Scheduler クラス
C1Scheduler メンバ