Get System Time

Hello, I want to log the time of starting and the time of ending a job. Does anyone know how I can get the system time (I know that SystemDateGet() exists to get the date, but I don’t find a similar one for the time. Also ‘Date’ exists in Axapta, but ‘Time’ or ‘DateTime’ does not exist?) thx, Kathleen

Hi, timenow() or, if you like it as str: time2str(timenow(),1,1) /Peter

works like a charm !! Does there exist a good help for Axapta (because if I entered “time” in the Developer guide, I got NO matching results) ? thx, Kathleen