ResultTable.GetDateTime Method

Returns the date and time data value for the specified column.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
Public Function GetDateTime ( _
    i As Integer _
) As DateTime
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As DateTime

returnValue = instance.GetDateTime(i)
public DateTime GetDateTime(
    int i
)

Parameters

Return Value

Type: System.DateTime
The value of the column.

Implements

IDataRecord.GetDateTime(Int32)

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.SharePoint.Search.Query Namespace