Share via


ResultSet.getDate(Int32) Method

Definition

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.

Applies to