This documentation is archived and is not being maintained.
ResultSet.getDate Method [AX 2012]
Retrieves the value of a column in the current row as an Microsoft Dynamics AXdate value.
public date getDate(int ColumnID)
Run On
Called
Parameters
-
ColumnID
- Type: int
The ID of the column.
Return Value
Type:
date
The date.