ResultTable.GetDateTimeUtc method

Returns the date and time in coordinated universal time (UTC) for the specified column.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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

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

Parameters

Return value

Type: System.DateTime
The value of the column, converted to UTC.

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace