Version

GetSearchResult Method

Searches the given SortedListView for a DateTime close to target.
Syntax
'Declaration
 
Protected Function GetSearchResult( _
   ByVal target As Date, _
   ByVal view As SortedListView(Of Date) _
) As Integer
protected int GetSearchResult( 
   DateTime target,
   SortedListView<DateTime> view
)

Parameters

target
The DateTime to search for.
view
The SortedListView to search in.

Return Value

The index of the found DateTime in the SortedListView.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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