CueGroup.changedDate 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
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:
virtual Microsoft::Dynamics::Ax::Xpp::AxShared::Date changedDate();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Microsoft.Dynamics.Ax.Xpp.AxShared.Date changedDate ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
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 an application object was last changed.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
changedDate(Date)
public:
virtual Microsoft::Dynamics::Ax::Xpp::AxShared::Date changedDate(Microsoft::Dynamics::Ax::Xpp::AxShared::Date _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Microsoft.Dynamics.Ax.Xpp.AxShared.Date changedDate (Microsoft.Dynamics.Ax.Xpp.AxShared.Date _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
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
Returns
Microsoft.Dynamics.Ax.Xpp.AxShared.Date
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute