ComponentOne Scheduler for WinForms
EnsureVisibleTime Method

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : EnsureVisibleTime Method
Ensures that the specified time is visible within the control, scrolling the contents if necessary. This method doesn't make sense for MonthView and Office 2003 WeekView modes.
Syntax
'Declaration
 
Public Sub EnsureVisibleTime( _
   ByVal time As System.TimeSpan _
) 
public void EnsureVisibleTime( 
   System.TimeSpan time
)

Parameters

time
See Also

Reference

C1Schedule Class
C1Schedule Members