DocNode.changedDate Method

Definition

Overloads

changedDate(Date)
changedDate()

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

changedDate(Date)

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

Parameters

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

The value that is being assigned as the change date for the documentation node.

Returns

Microsoft.Dynamics.Ax.Xpp.AxShared.Date

Applies to

changedDate()

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

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

Returns

Microsoft.Dynamics.Ax.Xpp.AxShared.Date

The date that an application object was last changed.

Applies to