ReportLibraryNode.creationDate 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.
Overloads
creationDate() |
Gets or sets the date an application object was created. |
creationDate(Date) |
creationDate()
Gets or sets the date an application object was created.
public:
override Microsoft::Dynamics::Ax::Xpp::AxShared::Date creationDate();
public override Microsoft.Dynamics.Ax.Xpp.AxShared.Date creationDate ();
override this.creationDate : unit -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Overrides Function creationDate () As Date
Returns
Microsoft.Dynamics.Ax.Xpp.AxShared.Date
The date an application object was created.
Applies to
creationDate(Date)
public:
override Microsoft::Dynamics::Ax::Xpp::AxShared::Date creationDate(Microsoft::Dynamics::Ax::Xpp::AxShared::Date _value);
public override Microsoft.Dynamics.Ax.Xpp.AxShared.Date creationDate (Microsoft.Dynamics.Ax.Xpp.AxShared.Date _value);
override this.creationDate : Microsoft.Dynamics.Ax.Xpp.AxShared.Date -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Overrides Function creationDate (_value As Date) As Date
Parameters
- _value
- Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Returns
Microsoft.Dynamics.Ax.Xpp.AxShared.Date