Scheduler for UWP/WinRT
BringTimeIntoView メソッド

UI 表現を表示可能にする必要がある DateTime。
要求された UI 要素を左上の要素にする試みを実行する必要があるかどうかを示します。
指定された時間を現在の Scheduler ビューに含む VisualInterval を表す UI 要素をビューに表示しようとします。オプションで、要素をビューの左上の要素にするように試みます。
構文
'宣言
 
Public Sub BringTimeIntoView( _
   ByVal time As System.Date, _
   ByVal forceTopLeft As System.Boolean _
) 
public void BringTimeIntoView( 
   System.DateTime time,
   System.bool forceTopLeft
)

パラメータ

time
UI 表現を表示可能にする必要がある DateTime。
forceTopLeft
要求された UI 要素を左上の要素にする試みを実行する必要があるかどうかを示します。
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

参照

関連項目

C1Scheduler クラス
C1Scheduler メンバ

Send Feedback