How to get date time difference in axapta
Views (4086)
By using DateTimeUtil class method getDifference you can get date time difference . You need to pass parameter in function. Here its showing difference following way.
DateTimeUtil::getDifference(DateTimeUtil::getSystemDateTime(), table.DateTime);
DateTimeUtil::getDifference(DateTimeUtil::getSystemDateTime(), table.DateTime);
This was originally posted here.
*This post is locked for comments