version 2004
MySQL_GetTimeField (selectID; fieldIndex; hour; minutes; seconds)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by MySQL_Select | |
| fieldIndex | Integer | Index of the field - 0...FieldCount -1 | |
| hour | Integer | Value of the hour component of the time | |
| minutes | Integer | Value of the minutes component of the time | |
| seconds | Integer | Value of the seconds component of the time |
Description
The MySQL_GetTimeField command returns the hour, minutes and seconds values of the field referenced by fieldIndex.
selectID is a Longint returned by MySQL_Select.
fieldIndex is an Integer that specifies the index position of the field in the Select statement.
hour is an Integer containing the 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.