gettimecolumnbyindex()

Get the time value in a column that you specify using the column index.

Syntax

gettimecolumnbyindex ( record, index )

Parameters

record

Represents the binary record of the row containing the time column you want to get.

index

The 0-based column index of the time column you want to get.

Usage

Returns the time value found in the specified column.

Example

gettimecolumnbyindex (111, 3) returns the time value in the fourth column of the record.