HOW TO GET DAY OF THE WEEK
IN MICROSOFT DYNAMICS AX
int sleep(int _duration)Pauses the execution of the current thread for the specified number of millisecondsstatic void sleepExample(Args _arg) { int seconds = 10; int i; ; i = sleep(seconds*1000); print "job slept for " + int2str(i/1000) + " seconds"; pause; }
No comments:
Post a Comment