web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

How to get date time difference in axapta

SANTOSH KUMAR SINGH Profile Picture SANTOSH KUMAR SINGH 1,224
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);

This was originally posted here.

Comments

*This post is locked for comments