-
Dynamics Ax 2009 using the DateTimeUtil
Since i’m getting a lot of google hits on my Dynamics Ax – workdays to days post, i’ve decided to blog some more about it. The DateTimeUtil class is actually a wrapper of the .NET DateTime class. A first thing to remember when using UtcDateTime EDT’s is that it is stored like the name says…
-
Dynamics Ax workdays to days
Ever had to calculate the number of days starting from a number of workdays and even deal with holidays.A pretty straightforward example using the DateTimeUtil class and DayOfWk method.