Get the time value in a column that you specify using the column name.
gettimecolumnbyname ( record, name )
| 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. |
Returns the time value found in the specified column.
gettimecolumnbyname (100, start) returns the time value in the column named start in the specified record.