Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the date and time in coordinated universal time (UTC) for the specified column.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.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
i
Type: System.Int32The index of the column.
Return Value
Type: System.DateTime
The value of the column, converted to UTC.