Share via


ReportLibraryNode.changedDate Method

Definition

Overloads

changedDate()

Gets or sets the date an application object was last changed.

changedDate(Date)

changedDate()

Gets or sets the date an application object was last changed.

public:
 override Microsoft::Dynamics::Ax::Xpp::AxShared::Date changedDate();
public override Microsoft.Dynamics.Ax.Xpp.AxShared.Date changedDate ();
override this.changedDate : unit -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Overrides Function changedDate () As Date

Returns

Microsoft.Dynamics.Ax.Xpp.AxShared.Date

The date an application object was last changed.

Applies to

changedDate(Date)

public:
 override Microsoft::Dynamics::Ax::Xpp::AxShared::Date changedDate(Microsoft::Dynamics::Ax::Xpp::AxShared::Date _value);
public override Microsoft.Dynamics.Ax.Xpp.AxShared.Date changedDate (Microsoft.Dynamics.Ax.Xpp.AxShared.Date _value);
override this.changedDate : Microsoft.Dynamics.Ax.Xpp.AxShared.Date -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Overrides Function changedDate (_value As Date) As Date

Parameters

_value
Microsoft.Dynamics.Ax.Xpp.AxShared.Date

Returns

Microsoft.Dynamics.Ax.Xpp.AxShared.Date

Applies to