gettimecolumnbyname()

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

Syntax

gettimecolumnbyname ( record, name )

Parameters

record

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

name

The name of the time column you want to get.

Usage

Returns the time value found in the specified column.

Example

gettimecolumnbyname (100, start) returns the time value in the column named start in the specified record.