version 2004
DBGateway_GetTimeField (selectID; fieldIndex; hour; minutes; seconds)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by DBGateway_Select | |
| fieldIndex | Integer | Index number of the field | |
| hour | Integer | Hour value of the time field | |
| minutes | Integer | Minutes value of the time field | |
| seconds | Integer | Seconds value of the time field |
Description
The DBGateway_GetTimeField command retrieves the hour, minutes and seconds values of the field passed in the fieldIndex parameter.
selectID is a Longint returned from DBGateway_Select.
fieldIndex is a Integer that specifies the index position of the field in the select statement.
hour is an Integer containing value of the hour component of the time.
minutes is an Integer containing the value of the minutes component of the time.
seconds is an Integer containing the value of the seconds component of the time.