Scheduler for WinRT
BringTimeIntoView Method


DateTime whose UI representation should be made visible.
Indicates whether an attempt to make the requested UI element a top left one should be performed.
Attempts to bring into the view a UI element representing a VisualInterval that includes the specified time in the current scheduler view. Optionally tries to make the element to be a top left element of the view.
Syntax
'Declaration
 
Public Sub BringTimeIntoView( _
   ByVal time As Date, _
   ByVal forceTopLeft As Boolean _
) 
'Usage
 
Dim instance As C1Scheduler
Dim time As Date
Dim forceTopLeft As Boolean
 
instance.BringTimeIntoView(time, forceTopLeft)
public void BringTimeIntoView( 
   DateTime time,
   bool forceTopLeft
)

Parameters

time
DateTime whose UI representation should be made visible.
forceTopLeft
Indicates whether an attempt to make the requested UI element a top left one should be performed.
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.