xResourceNode.creationDate Method

Definition

Overloads

creationDate()
creationDate(Date)

creationDate()

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

Returns

Microsoft.Dynamics.Ax.Xpp.AxShared.Date

Applies to

creationDate(Date)

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

Parameters

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

Returns

Microsoft.Dynamics.Ax.Xpp.AxShared.Date

Applies to