preloader-matrix

Alfasith

Code to get Current time zone in AX

Hi,

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

Regards,

Leave a Reply

Your email address will not be published. Required fields are marked *