ResultSet.getDate(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the value of a column in the current row as an Finance and Operationsdate value.
public:
virtual Microsoft::Dynamics::Ax::Xpp::AxShared::Date getDate(int _ColumnID);
public virtual Microsoft.Dynamics.Ax.Xpp.AxShared.Date getDate (int _ColumnID);
abstract member getDate : int -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
override this.getDate : int -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Overridable Function getDate (_ColumnID As Integer) As Date
Parameters
- _ColumnID
- Int32
The ID of the column.
Returns
Microsoft.Dynamics.Ax.Xpp.AxShared.Date
The date.