VSProjectsNode.getProjectsModifiedAfter(utcdatetime) 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.
Gets a list of VSProjectNode objects that were modified after the specified date and time.
public:
virtual cli::array <System::Object ^> ^ getProjectsModifiedAfter(Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime _timestamp);
public virtual object[] getProjectsModifiedAfter (Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime _timestamp);
abstract member getProjectsModifiedAfter : Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime -> obj[]
override this.getProjectsModifiedAfter : Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime -> obj[]
Public Overridable Function getProjectsModifiedAfter (_timestamp As utcdatetime) As Object()
Parameters
- _timestamp
- Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
The date and time as a DB_DATETIME_TYPE value.
Returns
Object[]
A list of VSProjectNode objects.