version 2004
DBGateway_GetDateField (selectID; fieldIndex; day; month; year)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by DBGateway_Select | |
| fieldIndex | Integer | Index number of the field | |
| day | Integer | Day value of the date field | |
| month | Integer | Month value of the date field | |
| year | Integer | Year value of the date field |
Description
The DBGateway_GetDateField command retrieves the day, month and year values of the field passed in the fieldIndex parameter.
selectID is a Longint returned from DBGateway_Select.
fieldIndex is an Integer that specifies the index position of the field in the select statement.
day is an Integer containing the value of the day component of the date.
month is an Integer containing value of the month component of the date.
year is an Integer containing the value of the year component of the date.