dbicDayView Send comments on this topic.
ShowTime Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : ShowTime Method

nNow
The time to be visible.
Moves the vertical scroll bar to ensure that a specific time is visible.

Syntax

Visual Basic (Declaration) 
Public Function ShowTime( _
   ByVal nNow As Integer _
) As Boolean
C# 
public bool ShowTime( 
   int nNow
)

Parameters

nNow
The time to be visible.

Return Value

This method returns a value of type Boolean, indicating if the specified time is visible.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also