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

nRowFrom
The row to start the selection.
nRowTo
The row to end the selection.
nColumn
The current column for the selection.
Programmatically select a range of times in the control.

Syntax

Visual Basic (Declaration) 
Public Sub SelectTime( _
   ByVal nRowFrom As Integer, _
   ByVal nRowTo As Integer, _
   ByVal nColumn As Integer _
) 
C# 
public void SelectTime( 
   int nRowFrom,
   int nRowTo,
   int nColumn
)

Parameters

nRowFrom
The row to start the selection.
nRowTo
The row to end the selection.
nColumn
The current column for the selection.

Return Value

None

Remarks

If you wish to clear the current time selection, you can use SelectTime(-1,-1,-1)

Requirements

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

See Also