Tuesday, September 30, 2014

Code to get Current time zone in AX

Hi,

static void AlfasithGetCurrentTimeZone(Args _args)
{
    print xglobal::machineTzdisplayname();
    pause;
}

Regards,

No comments:

Post a Comment